Skip to content

Commit

Permalink
fix: docker-compose down 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown authored Dec 2, 2024
1 parent f7783b8 commit 3ed768a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
echo "JWT_ISSUER=${{ secrets.JWT_ISSUER }}" >> .env
echo "DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}" >> .env
echo "DOCKERHUB_REPOSITORY=${{ secrets.DOCKERHUB_REPOSITORY }}" >> .env
sudo docker-compose down
sudo docker-compose up -d
Expand Down

0 comments on commit 3ed768a

Please sign in to comment.