We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb93bc commit 6cc2defCopy full SHA for 6cc2def
1 file changed
.github/workflows/deploy.yml
@@ -129,6 +129,7 @@ jobs:
129
key: ${{ secrets.RASPBERRY_PI_SSH_KEY }}
130
port: 2022
131
script: |
132
+ cd /home/yoon/goormthon-java
133
sleep 120
134
curl -sf http://localhost/api/actuator/health && echo "✅ Passed" || echo "❌ Failed"
135
./deploy.sh status
0 commit comments