Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrjoops/safe.api
https://github.com/mrjoops/safe.api
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrjoops/safe.api
- Owner: mrjoops
- Created: 2019-03-06T16:45:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T13:33:42.000Z (over 5 years ago)
- Last Synced: 2023-10-29T20:36:06.636Z (about 1 year ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Heroku
### Deploying with Git
```
heroku login
heroku create
git push heroku master
```### Deploying with Docker
```
heroku login
heroku create
heroku container:login
heroku container:push web
heroku labs:enable runtime-new-layer-extract
heroku container:release web
```