Skip to content

Commit

Permalink
fix EB CLI (#100)
Browse files Browse the repository at this point in the history
try installing from pypi instead of official installation
location[1]

[1] https://github.com/aws/aws-elastic-beanstalk-cli-setup
  • Loading branch information
zaro0508 authored Oct 2, 2023
1 parent 8f12c67 commit ccb3c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
role-session-name: GHA-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
role-duration-seconds: ${{ inputs.role-duration-seconds }}
- name: Install EB CLI
uses: "./.github/actions/install-eb-cli"
uses: pip install PyYAML==5.3.1 awsebcli
- name: Deploy to Beanstalk
run: ${{ inputs.ebcli-command }}

0 comments on commit ccb3c90

Please sign in to comment.