rhwy / Rio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rio

Deploy on heroku

Pre requisite

We assume you have an account on heroku, the heroku toolbet installed and logged in.

Creating the app

At the root directory of your repo:

heroku create APPNAME --buildpack https://github.com/stephanmelzer/heroku-buildpack-nodejs-grunt-compass.git

where APPNAME is the name you want to give your app.

Pushing

To deploy your master branch :

git push heroku master

To deploy the branch YOURBRANCH :

git push heroku YOURBRANCH:master

About

License:Other


Languages

Language:JavaScript 100.0%