From e9cef0b30b0c8dcf8efbdc72cdc0667d64731563 Mon Sep 17 00:00:00 2001 From: mzeong Date: Thu, 5 Dec 2024 14:29:22 +0900 Subject: [PATCH 1/7] =?UTF-8?q?chore:=20redis=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EC=9C=84=ED=95=9C=20bac?= =?UTF-8?q?kend-cd-dev.yml=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EC=9E=84?= =?UTF-8?q?=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-cd-dev.yml b/.github/workflows/backend-cd-dev.yml index 3e747117c..66ebabace 100644 --- a/.github/workflows/backend-cd-dev.yml +++ b/.github/workflows/backend-cd-dev.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - feature/927 paths: - backend/** From 61c5adeb1c365aee46297f2e6ad53c7aa83e2b3d Mon Sep 17 00:00:00 2001 From: mzeong Date: Thu, 5 Dec 2024 14:31:40 +0900 Subject: [PATCH 2/7] =?UTF-8?q?chore:=20application-dev.yml=20redis=20host?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application-dev.yml b/backend/src/main/resources/application-dev.yml index 37d7f9038..ef9aa3c8c 100644 --- a/backend/src/main/resources/application-dev.yml +++ b/backend/src/main/resources/application-dev.yml @@ -1,7 +1,7 @@ spring: data: redis: - host: ody-redis-001.ody-redis.vd1e5e.apn2.cache.amazonaws.com + host: ody-dev-redis jpa: hibernate: ddl-auto: validate From 7986c6d82339edd8bf7f7981f060ee5dff64edd9 Mon Sep 17 00:00:00 2001 From: mzeong Date: Thu, 5 Dec 2024 14:37:44 +0900 Subject: [PATCH 3/7] =?UTF-8?q?chore:=20redis=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EC=9C=84=ED=95=9C=20bac?= =?UTF-8?q?kend-cd-dev.yml=20=EC=9E=91=EC=97=85=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=20=EC=9E=84=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-cd-dev.yml b/.github/workflows/backend-cd-dev.yml index 66ebabace..901482a3a 100644 --- a/.github/workflows/backend-cd-dev.yml +++ b/.github/workflows/backend-cd-dev.yml @@ -19,7 +19,7 @@ jobs: defaults: run: - working-directory: backend + working-directory: feature/927 steps: - uses: actions/checkout@v4 with: From 58ac2886113aef46e2c1afea8a23dbcc7ba7628b Mon Sep 17 00:00:00 2001 From: mzeong Date: Thu, 5 Dec 2024 14:43:56 +0900 Subject: [PATCH 4/7] =?UTF-8?q?chore:=20redis=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EC=9C=84=ED=95=9C=20bac?= =?UTF-8?q?kend-cd-dev.yml=20=EC=9E=91=EC=97=85=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=20=EC=9E=84=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-cd-dev.yml b/.github/workflows/backend-cd-dev.yml index 901482a3a..f11632635 100644 --- a/.github/workflows/backend-cd-dev.yml +++ b/.github/workflows/backend-cd-dev.yml @@ -19,11 +19,11 @@ jobs: defaults: run: - working-directory: feature/927 + working-directory: backend steps: - uses: actions/checkout@v4 with: - ref: develop + ref: feature/927 - name: Set up JDK 17 uses: actions/setup-java@v4 From 4acd62cb41a986e672694895e0621b157441be8b Mon Sep 17 00:00:00 2001 From: mzeong Date: Thu, 5 Dec 2024 14:53:56 +0900 Subject: [PATCH 5/7] =?UTF-8?q?chore:=20application-prod.yml=20redis=20hos?= =?UTF-8?q?t=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application-prod.yml b/backend/src/main/resources/application-prod.yml index 3c2f84198..5ab973aeb 100644 --- a/backend/src/main/resources/application-prod.yml +++ b/backend/src/main/resources/application-prod.yml @@ -1,7 +1,7 @@ spring: data: redis: - host: ody-redis-001.ody-redis.vd1e5e.apn2.cache.amazonaws.com + host: ody-prod-redis jpa: hibernate: ddl-auto: validate From 1aaa6a595859ebb42b35b2d5688cc1c873bb0295 Mon Sep 17 00:00:00 2001 From: mzeong Date: Thu, 5 Dec 2024 18:40:11 +0900 Subject: [PATCH 6/7] =?UTF-8?q?chore:=20=EB=B3=80=EC=88=98=20=EB=AF=B8?= =?UTF-8?q?=EC=84=A4=EC=A0=95=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20?= =?UTF-8?q?=EB=A0=88=EA=B1=B0=EC=8B=9C=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20=EB=B6=88=EA=B0=80=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - No space left on device 에러 --- .github/workflows/backend-cd-dev.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/backend-cd-dev.yml b/.github/workflows/backend-cd-dev.yml index f11632635..8bdbdfd66 100644 --- a/.github/workflows/backend-cd-dev.yml +++ b/.github/workflows/backend-cd-dev.yml @@ -84,6 +84,11 @@ jobs: - name: Clean Up Legacy Image run: | + export DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }} + export DOCKERHUB_REPOSITORY=$DOCKERHUB_REPOSITORY + export DEV_MYSQL_PASSWORD=${{ secrets.DEV_MYSQL_PASSWORD }} + export JASYPT_ENCRYPTOR_PASSWORD=${{ secrets.JASYPT_PASSWORD }} + export TAG=${{ github.sha }}-dev docker compose down || true docker rmi $(docker images -q) -f || true From 29d6e29d079165e2b766fac17d93e72d5a1928ee Mon Sep 17 00:00:00 2001 From: mzeong Date: Mon, 23 Dec 2024 18:50:26 +0900 Subject: [PATCH 7/7] =?UTF-8?q?Revert=20"chore:=20redis=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20backend-cd-dev.yml=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20?= =?UTF-8?q?=EC=9E=84=EC=8B=9C=20=EC=88=98=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e9cef0b30b0c8dcf8efbdc72cdc0667d64731563. --- .github/workflows/backend-cd-dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/backend-cd-dev.yml b/.github/workflows/backend-cd-dev.yml index 8bdbdfd66..0830e576a 100644 --- a/.github/workflows/backend-cd-dev.yml +++ b/.github/workflows/backend-cd-dev.yml @@ -4,7 +4,6 @@ on: push: branches: - develop - - feature/927 paths: - backend/**