Skip to content

Commit

Permalink
chore: cd 과정 중 nginx reload 호출하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Aug 26, 2024
1 parent d265588 commit c89d3f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,7 @@ jobs:
docker stop $IMAGE_NAME || true
docker rm $IMAGE_NAME || true
docker compose up -d
docker exec -i nginx-nginx-1 service nginx reload
docker image prune -f

0 comments on commit c89d3f4

Please sign in to comment.