Skip to content

Commit

Permalink
Merge pull request #570 from dadosjusbr/fix-deploy-init-environment
Browse files Browse the repository at this point in the history
Fix deployment env
  • Loading branch information
danielfireman committed Dec 1, 2023
2 parents 9dfaf3a + 0ff1211 commit 96d8714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install awsebcli
- name: Initialize EB Environment
run: (echo "1"; echo "n") | eb init -r ${{ env.AWS_DEFAULT_REGION }} ${{ env.AWS_APPLICATION_NAME }}
run: (echo "2"; echo "n") | eb init -r ${{ env.AWS_DEFAULT_REGION }} ${{ env.AWS_APPLICATION_NAME }}

- name: Set EB Environment
run: eb use ${{ env.AWS_ENVIRONMENT_NAME }} -r ${{ env.AWS_DEFAULT_REGION }}
Expand Down

0 comments on commit 96d8714

Please sign in to comment.