Skip to content

Commit 4aab651

Browse files
committed
refactor: 필요없는 파일 삭제
1 parent 119bc5f commit 4aab651

File tree

4 files changed

+1
-198
lines changed

4 files changed

+1
-198
lines changed

.deploy/deploy_prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sleep 40
5252
EXIST_AFTER=$(docker ps --filter name=${DOCKER_APP_NAME}-${AFTER_COMPOSE_COLOR} --filter status=running -q)
5353
if [ -n "$EXIST_AFTER" ]; then
5454
# nginx.config를 컨테이너에 맞게 변경해주고 reload 한다
55-
cp ./nginx.${AFTER_COMPOSE_COLOR}.conf /etc/nginx/nginx.conf
55+
sudo cp ./nginx.${AFTER_COMPOSE_COLOR}.conf /etc/nginx/nginx.conf
5656
sudo nginx -s reload
5757

5858
# 이전 컨테이너 종료

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 114 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

deploy.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)