Skip to content

Commit

Permalink
fix: error resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim authored Nov 23, 2023
1 parent 6c48ac1 commit 9354b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
key: ${{ secrets.KEY }}
port: 22
script: |
sudo docker stop $(sudo docker ps -qa)
sudo docker rm -f $(sudo docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_REPO }}
docker-compose up -d
Expand Down

0 comments on commit 9354b14

Please sign in to comment.