Skip to content

Commit

Permalink
chore: 최신 버전에 맞게 docker compose로 도커 컴포즈 명령어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyun-lee committed Aug 19, 2024
1 parent 2138138 commit ca618be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
script: |
echo "${{ secrets.DOCKER_COMPOSE_PROD }}" | sudo tee ./docker-compose.yml
sudo docker ps -q | xargs -r sudo docker stop && sudo docker ps -aq | xargs -r sudo docker rm
sudo docker-compose -f ./docker-compose.yml down --rmi all
sudo docker compose -f ./docker-compose.yml down --rmi all
sudo docker pull ${{ secrets.DOCKER_REPO }}:latest
sudo docker-compose -f ./docker-compose.yml up -d
sudo docker compose -f ./docker-compose.yml up -d

0 comments on commit ca618be

Please sign in to comment.