Skip to content

Commit

Permalink
Use original heroku-push repo instead of fork
Browse files Browse the repository at this point in the history
Fix for windows was merged ddollar/heroku-push#11
I'll try to find time to roll-back to `git push` version + recent changes, but for now it should work
  • Loading branch information
andriykohut committed Nov 7, 2014
1 parent 49d1cc4 commit 69363a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Because our application needs a database, let's create a free [PostgreSQL](http:
One more thing: let's install [heroku-push plugin](https://github.com/ddollar/heroku-push) by running this command:

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

Now we can do a simple push to deploy our application:

Expand Down

0 comments on commit 69363a9

Please sign in to comment.