Skip to content

Commit

Permalink
[chore] : Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chahyunsoo authored Mar 5, 2024
1 parent 7e6afa0 commit ac83fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_KEY }}
script: |
sudo docker stop $(docker ps -a -q)
sudo docker rm $(docker ps -a -q)
sudo docker stop $(sudo docker ps -a -q)
sudo docker rm $(sudo docker ps -a -q)
sudo docker pull chahs1012/weflo
sudo docker run -d -p 8080:8080 --env-file ./.env chahs1012/weflo

0 comments on commit ac83fd8

Please sign in to comment.