Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilrajput03/ex11.10
https://github.com/sahilrajput03/ex11.10
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilrajput03/ex11.10
- Owner: sahilrajput03
- Created: 2021-03-15T07:43:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T10:16:50.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T17:59:36.090Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Exercise: 11.10
- Deployed @ https://simple-app-11-10.herokuapp.com/
- App name @ simple-app-11-10## For error - every step must define a uses or run key (interesting though)
Visit: https://github.com/einaregilsson/beanstalk-deploy/issues/2
## Tasks
- Added environment variable HEROKU_API_KEY to github secrets.
- Tip: You can get your token for the app via: `heroku authorizations:create` command.## Herkou aliases
- https://gist.github.com/sahilrajput03/c44778f281e5f9856827e7c0f264ffa5
## Workflow used
- AkhileshNS/heroku-deploy: https://github.com/AkhileshNS/heroku-deploy
Thanks.