Skip to content

Commit

Permalink
#12 Add auto elasticbeanstalk deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
emiling authored Jul 10, 2020
1 parent 6ff3af8 commit c322bde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ jobs:
DATABASE_USER: ${{ secrets.DATABASE_USER }}
DATABASE_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
DATABASE_NAME: ${{ secrets.DATABASE_NAME }}
- name: Deploy to ElasticBeanstalk
uses: einaregilsson/beanstalk-deploy@v10
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
application_name: mypetmily
environment_name: mypetmily-release
region: ap-northeast-2

0 comments on commit c322bde

Please sign in to comment.