Skip to content

Commit

Permalink
♻️ Refactor: use hackathon-elastic-beanstalk
Browse files Browse the repository at this point in the history
  • Loading branch information
loading1031 committed Feb 15, 2024
1 parent 6c5b967 commit 166f87c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }}
application_name: project-dev
environment_name: Project-dev-env
application_name: hackathon-dev
environment_name: Hackathon-dev-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-1
region: ap-northeast-2
deployment_package: deploy/deploy.zip
wait_for_deployment: false

0 comments on commit 166f87c

Please sign in to comment.