Skip to content

Commit

Permalink
Merge pull request #183 from Modagbul/develop
Browse files Browse the repository at this point in the history
refactor: 필요없는 파일 삭제
  • Loading branch information
minsu20 authored Jan 3, 2024
2 parents 1d5987f + 4aab651 commit 23b1366
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 198 deletions.
2 changes: 1 addition & 1 deletion .deploy/deploy_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sleep 40
EXIST_AFTER=$(docker ps --filter name=${DOCKER_APP_NAME}-${AFTER_COMPOSE_COLOR} --filter status=running -q)
if [ -n "$EXIST_AFTER" ]; then
# nginx.config를 컨테이너에 맞게 변경해주고 reload 한다
cp ./nginx.${AFTER_COMPOSE_COLOR}.conf /etc/nginx/nginx.conf
sudo cp ./nginx.${AFTER_COMPOSE_COLOR}.conf /etc/nginx/nginx.conf
sudo nginx -s reload

# 이전 컨테이너 종료
Expand Down
114 changes: 0 additions & 114 deletions .github/workflows/ci-cd.yml

This file was deleted.

16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

67 changes: 0 additions & 67 deletions deploy.sh

This file was deleted.

0 comments on commit 23b1366

Please sign in to comment.