From 032e16cb1c3d7ef471c913f66fca0ba6584a7b45 Mon Sep 17 00:00:00 2001 From: codesejin Date: Mon, 17 Jul 2023 00:39:38 +0900 Subject: [PATCH 1/2] =?UTF-8?q?test.yml=20=ED=8C=8C=EC=9D=BC=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test_env.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/test_env.yml diff --git a/.github/workflows/test_env.yml b/.github/workflows/test_env.yml deleted file mode 100644 index 860ef7f..0000000 --- a/.github/workflows/test_env.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: github actions env actions -on: - push: - branches: - - main -env: - DB_HOST: ${{ secrets.DB_HOST }} -jobs: - deploy: - name: Deploy - runs-on: ubuntu-latest - environment: production - steps: - - name: Test - run: echo $DB_HOST, ${{ secrets.DB_HOST }} \ No newline at end of file From 58453734ca7309c1df585e4d4e2d430cb498a4c3 Mon Sep 17 00:00:00 2001 From: codesejin Date: Mon, 17 Jul 2023 00:48:27 +0900 Subject: [PATCH 2/2] =?UTF-8?q?cluster,=20service=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 989c91c..2d96216 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -50,6 +50,6 @@ jobs: uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: task-definition: ${{ steps.setting-task-definition.outputs.task-definition }} - cluster: cluster-nestjs # 여러분의 ECS 클러스터 아이디 + cluster: cluster-nestjs-02 # 여러분의 ECS 클러스터 아이디 service: service-nestj # 여러분의 ECS Fargate 서비스 아이디 wait-for-service-stability: false