Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
326eunjin authored Feb 24, 2024
1 parent 421c725 commit e8cec32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: |
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker pull 326eunjin/isa-zip
docker run -d -p 8080:8080 --env-file ./.env 326eunjin/isa-zip
sudo docker stop $(docker ps -a -q)
sudo docker rm $(docker ps -a -q)
sudo docker pull 326eunjin/isa-zip
sudo docker run -d -p 8080:8080 --env-file ./.env 326eunjin/isa-zip

0 comments on commit e8cec32

Please sign in to comment.