Skip to content

Commit

Permalink
fix: 배포 자동화 내용 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lsc713 committed Jun 21, 2024
1 parent 8695d58 commit f0bc165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
key: ${{ secrets.EC2_PRIVATE_KEY}}
script_stop: true
script: |
cd home/ubuntu/concurrencyPrac
cd /home/ubuntu/concurrencyPrac
git pull origin master
./gradlew clean build
sudo fuser -k -n tcp 8080 || true
Expand Down

0 comments on commit f0bc165

Please sign in to comment.