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 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