Skip to content

Commit

Permalink
fix heroku instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ecostanzi committed May 16, 2023
1 parent 10394c3 commit 80e6964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ java -jar 12-factor-app.jar
```
heroku create
git push heroku master
git push heroku main
heroku config:set CUSTOM_MESSAGE="Hello World From Heroku"
heroku config:set AWS_ENDPOINT=""
heroku config:set AWS_REGION="eu-south-1"
heroku config:set AWS_ACCESS_KEY=""
heroku config:set AWS_ACCESS_KEY="AKIASJNI4DZVFRAFOE5H"
heroku config:set AWS_SECRET_KEY=""
heroku config:set AWS_BUCKET="twelve-factor-demo"
```
Expand Down

0 comments on commit 80e6964

Please sign in to comment.