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 49d654c commit 18f1e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-production-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +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 .
cp -f ./src/main/resources/backend-submodule/nginx/nginx.conf ./nginx
cp -f ./src/main/resources/backend-submodule/nginx/nginx.conf ./nginx/nginx.conf
rm -r src
docker-compose -f docker-compose.yml up -d

0 comments on commit 18f1e26

Please sign in to comment.