g2think / heroku-push

Push to Heroku without using Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-push

Push to Heroku without using Git.

Installation

$ heroku plugins:install https://github.com/ddollar/heroku-push

Usage

deploy the current directory

$ heroku push

deploy an arbitrary directory

$ heroku push ~/myapp

deploy a git repo

$ heroku push https://github.com/ddollar/anvil.git

use a custom buildpack (see https://buildpacks.heroku.com)

$ heroku push -b heroku/nodejs

use a local directory as a buildpack

$ heroku push -b ~/mybuildpack

About

Push to Heroku without using Git

License:MIT License