Skip to content

Commit

Permalink
test: 배포 테스트를 위한 CD 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hseong3243 committed Jan 17, 2024
1 parent 1affd42 commit 6a38c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD

on:
push:
branches: [ "main" ]
branches: [ "main", "chore/#1-apply-https" ]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion scripts/data/nginx/backend.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 80;
server_name _;
server_name shoutlink.me;
access_log logs/backend/access.log main;
root /usr/share/nginx/html;

Expand Down

0 comments on commit 6a38c8f

Please sign in to comment.