Skip to content

Commit

Permalink
Merge pull request #46 from BaeJunH0/feat/#37-cicd
Browse files Browse the repository at this point in the history
fix : cicd 구동 안되는 문제 해결 시도
  • Loading branch information
BaeJunH0 authored Nov 30, 2024
2 parents 2ca2a25 + 75bfda9 commit c2f42b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
key: ${{ secrets.SERVER_SSH_KEY }}
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_REPO }}/directors-dev
sudo docker pull ${{ secrets.DOCKER_REPO }}/directors-dev:latest
docker-compose up -d
docker image prune -f

0 comments on commit c2f42b6

Please sign in to comment.