Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrjoops/safe.api


https://github.com/mrjoops/safe.api

Last synced: 19 days ago
JSON representation

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
```