Skip to content

Commit

Permalink
Merge pull request #113 from Leets-Official/dev
Browse files Browse the repository at this point in the history
Update prod.yml
  • Loading branch information
soyesenna authored Feb 5, 2025
2 parents 5d09607 + 983c8cc commit 27ff60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
port: 22
key: ${{ secrets.PROD_SSH_SECRET_PRIVATE_KEY }}
script: |
sudo docker pull ${{ secrets.PROD_DOCKER_USER_NAME }}/gachtaxi:${{ secrets.PROD_DOCKER_TAG }}
sudo docker pull ${{ secrets.DEV_DOCKER_USER_NAME }}/gachtaxi:${{ secrets.PROD_DOCKER_TAG }}
sudo docker compose up -d --no-deps gachtaxi
# 사용하지 않는 이미지 정리
echo "** 사용하지 않는 Docker 이미지 정리"
sudo docker image prune -f
sudo docker image prune -f

0 comments on commit 27ff60b

Please sign in to comment.