Skip to content

Commit

Permalink
Merge pull request #144 from andriykohut/patch-1
Browse files Browse the repository at this point in the history
Fixes for heroku-push on Windows
  • Loading branch information
olasitarska committed Nov 5, 2014
2 parents f2baefc + 76b2d89 commit 49d1cc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,11 @@ 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/ddollar/heroku-push
$ heroku plugins:install https://github.com/andriykohut/heroku-push

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


$ git init
$ heroku push --app djangogirlsblog

> __Note__: Remember to replace `djangogirlsblog` with the name of your application on Heroku.
Expand Down

0 comments on commit 49d1cc4

Please sign in to comment.