Skip to content

Commit 5ea39a3

Browse files
author
leeminjung1
committed
fix: cd
1 parent da2b1cb commit 5ea39a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ jobs:
3939
username: ${{ secrets.DEVSYNC_EC2_USERNAME }}
4040
key: ${{ secrets.DEVSYNC_EC2_PRIVATE_KEY }}
4141
script: |
42-
set +e
42+
set +e -x
4343
echo "Stopping existing application..."
4444
pkill -f 'java -jar' || true
4545
set -e
4646
47-
sleep 5
4847
echo "Setting up environment variables..."
4948
echo "RDS_ENDPOINT=${{ secrets.RDS_ENDPOINT }}" >> ~/.bashrc
5049
echo "RDS_USERNAME=${{ secrets.RDS_USERNAME }}" >> ~/.bashrc

0 commit comments

Comments
 (0)