From 6a38c8f9632a5d51df7b82d686990de677ec265c Mon Sep 17 00:00:00 2001 From: hseong3243 Date: Wed, 17 Jan 2024 20:45:17 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EB=A5=BC=20=EC=9C=84=ED=95=9C=20CD=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 2 +- scripts/data/nginx/backend.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 2b04eae..b9ae16f 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -2,7 +2,7 @@ name: CD on: push: - branches: [ "main" ] + branches: [ "main", "chore/#1-apply-https" ] pull_request: branches: [ "main" ] diff --git a/scripts/data/nginx/backend.conf b/scripts/data/nginx/backend.conf index 78f5d69..a52a43d 100644 --- a/scripts/data/nginx/backend.conf +++ b/scripts/data/nginx/backend.conf @@ -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;