Skip to content

Commit fae38f4

Browse files
committed
Add heroku deployment button
1 parent 1bf2031 commit fae38f4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ This is a boilerplate to build your next Saas product. It's a RubyOnRails 5 API
1010

1111
## Quick start
1212

13-
Clone the repo:
13+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/heroku/node-js-sample)
14+
15+
or
16+
17+
clone the repo:
1418

1519
```sh
1620
git clone my-saas-backend https://github.com/zauberware/rails-devise-graphql
@@ -77,6 +81,9 @@ TBD: rspect
7781
### 8. Deployment
7882
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.
7983

84+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/heroku/node-js-sample)
85+
86+
8087
**Make sure all ENV vars are set and the database settings are valid.**
8188

8289
### 9. Frontend

0 commit comments

Comments
 (0)