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 4b245d0 commit 69517b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/elastic-beanstalk-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Copy Elastic Beanstalk Config
run: echo "$EB_CONFIG" > .elasticbeanstalk/config.yml
env:
EB_CONFIG: ${{ secrets.EB_CONFIG }}
run: echo "${{ secrets.EB_CONFIG }}" > .elasticbeanstalk/config.yml


- name: Deploy to Elastic Beanstalk
run: |
Expand Down

0 comments on commit 69517b1

Please sign in to comment.