From d9bccf62f4ea05618abc99a229d2de788f3351fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=87=E1=85=A1=E1=86=A8=E1=84=8C=E1=85=A5=E1=86=BC?= =?UTF-8?q?=E1=84=89=E1=85=A5=E1=86=A8?= Date: Sat, 2 Dec 2023 18:27:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Config:=20docker-compose=20=EB=B0=B1?= =?UTF-8?q?=EA=B7=B8=EB=9D=BC=EC=9A=B4=EB=93=9C=20=EC=8B=A4=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 5e800e4..9aca598 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -36,4 +36,4 @@ jobs: docker image prune docker rm $(docker ps -a -q) docker pull ${{ secrets.DOCKERHUB_REGISTRY }}/${{ secrets.DOCKERHUB_IMAGE_NAME }} - docker-compose up + docker-compose up -d From 74bebd56cfc15f9527376fbddf80f48d38bfd3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=87=E1=85=A1=E1=86=A8=E1=84=8C=E1=85=A5=E1=86=BC?= =?UTF-8?q?=E1=84=89=E1=85=A5=E1=86=A8?= Date: Sat, 2 Dec 2023 18:27:59 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Config:=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20rediect=20url=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 6d44f38..13e87f4 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -NEXT_PUBLIC_REDIRECT_URI='http://localhost:3000/auth' +NEXT_PUBLIC_REDIRECT_URI='https://leaguehub.co.kr/auth' NEXT_PUBLIC_CLIENT_ID='8d5273f11865b67fe7d85ca69458bdc3' \ No newline at end of file