From c64748a5454cbf3808a1a6751f2013ff40e032ed Mon Sep 17 00:00:00 2001 From: yxhwxn Date: Thu, 11 Jul 2024 00:25:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?CI/CD:=20EB=20=EB=B0=B0=ED=8F=AC=20pipeline?= =?UTF-8?q?=20=EA=B5=AC=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 2082bc8..2119839 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -72,7 +72,7 @@ jobs: aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }} region: 'ap-northeast-2' application_name: 'suppin-dev' - environment_name: 'suppin-dev-env' + environment_name: 'Suppin-dev-env' version_label: github-action-${{ steps.current-time.outputs.formattedTime }} deployment_package: 'deploy/deploy.zip' wait_for_deployment: false From 6cf32847ec00f8fd9a6446a508b629a6258e4ecf Mon Sep 17 00:00:00 2001 From: yxhwxn Date: Thu, 11 Jul 2024 00:27:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?CI/CD:=20EB=20=EB=B0=B0=ED=8F=AC=20pipeline?= =?UTF-8?q?=20=EA=B5=AC=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ebextensions_dev/00-makeFiles.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ebextensions_dev/00-makeFiles.config b/.ebextensions_dev/00-makeFiles.config index 890fa6e..7acbb17 100644 --- a/.ebextensions_dev/00-makeFiles.config +++ b/.ebextensions_dev/00-makeFiles.config @@ -6,7 +6,7 @@ files: content: | #!/usr/bin/env bash JAR_PATH=/var/app/current/application.jar - + # run app killall java java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar $JAR_PATH