Skip to content

Commit f840788

Browse files
author
leeminjung1
committed
fix: cd
1 parent 4f1ebd8 commit f840788

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
host: ${{ secrets.DEVSYNC_EC2_HOST }}
3939
username: ${{ secrets.DEVSYNC_EC2_USERNAME }}
4040
key: ${{ secrets.DEVSYNC_EC2_PRIVATE_KEY }}
41+
script_stop: false
4142
script: |
4243
echo "Stopping existing application..."
4344
pkill -f 'java -jar' || true
45+
sleep 5
4446
echo "Setting up environment variables..."
4547
echo "RDS_ENDPOINT=${{ secrets.RDS_ENDPOINT }}" >> ~/.bashrc
4648
echo "RDS_USERNAME=${{ secrets.RDS_USERNAME }}" >> ~/.bashrc

0 commit comments

Comments
 (0)