Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanok committed Mar 25, 2024
1 parent 057fbfc commit 823dfa7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/elastic-beanstalk-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Deploy to Elastic Beanstalk
- name: Copy Elastic Beanstalk Config
run: |
${{ secrets.EB_CONFIG }} > .elasticbeanstalk/config.yml
- name: Deploy to Elastic Beanstalk
run: |
eb deploy ${{ secrets.ENVIRONMENT_NAME }} --profile default
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 823dfa7

Please sign in to comment.