Skip to content

Commit

Permalink
Version 7, with more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Einar Egilsson committed Mar 10, 2020
1 parent 68a69c9 commit 6910c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v6
uses: einaregilsson/beanstalk-deploy@v7
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@v6
uses: einaregilsson/beanstalk-deploy@v7
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beanstalk-deploy",
"version": "6.0.0",
"version": "7.0.0",
"description": "GitHub Action + command line tool to deploy to AWS Elastic Beanstalk.",
"main": "beanstalk-deploy.js",
"scripts": {
Expand Down

0 comments on commit 6910c4f

Please sign in to comment.