Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssojungg authored Jan 26, 2024
1 parent 99c4826 commit 59bdb4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,7 @@ jobs:
git pull origin main
docker-compose -f docker-compose.prod.yml pull
docker-compose -f docker-compose.prod.yml down
# 환경 변수 적용을 위한 추가 명령어 필요
docker system prune -af
docker volume prune -f
docker-compose -f docker-compose.prod.yml up --build -d

0 comments on commit 59bdb4c

Please sign in to comment.