Skip to content

Commit

Permalink
Merge pull request #5 from Central-MakeUs/ci/1
Browse files Browse the repository at this point in the history
CI/CD: EB 배포 pipeline 구축
  • Loading branch information
yxhwxn authored Jul 10, 2024
2 parents f81ab08 + 6cf3284 commit 3d497ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ebextensions_dev/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d497ee

Please sign in to comment.