Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Einar Egilsson committed Jan 3, 2020
1 parent 7ef722a commit 4ef7d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: zip deploy.zip *.js *.json *.html *.css
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v3
uses: einaregilsson/beanstalk-deploy@v4
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -48,7 +48,7 @@ attempt to deploy that. In the example below the action would attempt do deploy

```
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v1
uses: einaregilsson/beanstalk-deploy@v4
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 4ef7d7b

Please sign in to comment.