Skip to content

Commit

Permalink
Fix: production-cd.yml docker compose 하이픈 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
adorableco committed Oct 11, 2024
1 parent 7f4556f commit ac9a402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
port: ${{ secrets.DEV_PORT }}
envs: COMPOSE
script: |
sudo docker-compose -f $COMPOSE down --rmi all
sudo docker compose -f $COMPOSE down --rmi all
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/prod-phote:latest
sudo docker-compose -f $COMPOSE up -d
sudo docker compose -f $COMPOSE up -d

0 comments on commit ac9a402

Please sign in to comment.