Skip to content

Commit

Permalink
refactor : deploy 과정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
isprogrammingfun authored Feb 21, 2024
1 parent f5da325 commit 97e919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:
docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}
docker stop ${{ secrets.DOCKER_REPOSITORY }}
docker rm -f ${{ secrets.DOCKER_REPOSITORY }}
docker-compose up -d
docker compose up -d
docker image prune -f

0 comments on commit 97e919b

Please sign in to comment.