Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,11 @@ It's as simple as running this command, replacing `djangogirlsblog` with your ow

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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fork with ddollar/heroku-push#3 fixed


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


$ git init
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without git repo .gitignore won't work

$ heroku push --app djangogirlsblog

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