Skip to content

Commit

Permalink
Chore: deploy.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
chosoobin37 committed Jun 28, 2024
1 parent bee9e7a commit dbc8301
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ jobs:
cp -r .ebextensions deploy/.ebextensions
cp -r .platform deploy/.platform
cd deploy && zip -r deploy.zip .
#
# - name: Beanstalk Deploy
# uses: einaregilsson/beanstalk-deploy@v22
# with:
# aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
# aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# application_name: erpc-back-ver2
# environment_name: Erpc-back-ver2-env-1
# version_label: github-action-${{steps.current-time.outputs.formattedTime}}
# region: ap-northeast-2
# deployment_package: deploy/deploy.zip
- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v22
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
application_name: bean-tuna
environment_name: bean-tuna-env
version_label: github-action-${{steps.current-time.outputs.formattedTime}}
region: ap-northeast-2
deployment_package: deploy/deploy.zip

0 comments on commit dbc8301

Please sign in to comment.