Skip to content

Commit

Permalink
fix : 운영 CD 에서 nginx.conf 파일 home 으로 복사 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 20, 2024
1 parent 3c5bed8 commit 5b111b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action-production-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ jobs:
docker-compose -f docker-compose.yml down
docker rmi $(docker images -q)
cp -f ./src/main/resources/backend-submodule/docker-compose.yml .
rm -r src
cp -rf ./src/main/resources/backend-submodule/nginx .
docker-compose -f docker-compose.yml up -d

0 comments on commit 5b111b1

Please sign in to comment.