Skip to content

Commit

Permalink
[IDLE-000] CD 스크립트 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Jun 21, 2024
1 parent b612a07 commit cbd31ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-server-deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
script: |
echo "${{ secrets.DOCKER_PASSWORD }}" | sudo docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
sudo docker-compose -f ~/app/docker/compose-dev.yaml down --rmi all
sudo docker-compose -f ~/app/docker/compose-devyaml pull
sudo docker-compose -f ~/app/docker/compose-dev.yaml pull
sudo docker-compose -f ~/app/docker/compose-dev.yaml up -d --force-recreate

0 comments on commit cbd31ad

Please sign in to comment.