Skip to content

Commit

Permalink
Add heroku deployment button
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfranzen committed Feb 10, 2019
1 parent 1bf2031 commit fae38f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ This is a boilerplate to build your next Saas product. It's a RubyOnRails 5 API

## Quick start

Clone the repo:
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/heroku/node-js-sample)

or

clone the repo:

```sh
git clone my-saas-backend https://github.com/zauberware/rails-devise-graphql
Expand Down Expand Up @@ -77,6 +81,9 @@ TBD: rspect
### 8. Deployment
The project runs on every webhoster with ruby installed. The current demo was deployed to an heroku dyno with a Postgresql database as the only resource.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/heroku/node-js-sample)


**Make sure all ENV vars are set and the database settings are valid.**

### 9. Frontend
Expand Down

0 comments on commit fae38f4

Please sign in to comment.