Skip to content

Commit

Permalink
[DEV-000] CD 배포 스크립트 수정 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou authored Aug 9, 2024
1 parent 4ff190c commit 8f9a0b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dev-server-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ jobs:
key: ${{ secrets.DEV_INSTANCE_KEY }}
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-dev.yaml pull
sudo docker-compose -f ~/app/docker/compose-dev.yaml up -d --force-recreate
sudo docker-compose -f ~/app/docker/compose-dev.yaml pull
sudo docker-compose -f ~/app/docker/compose-dev.yaml up -d --force-recreate
- name: Remove GitHub Actions IP
run: |
Expand Down

0 comments on commit 8f9a0b5

Please sign in to comment.