apigy / selfstarter

Roll your own crowdfunding
selfstarter.us
Other
3.17k stars 1.63k forks source link

git push heroku master #85

Closed bigrich closed 10 years ago

bigrich commented 10 years ago

I have created and pushed the app to heroku. Now I have customized the config/settings.yml file and am trying to update the site with git push heroku master, but it keeps saying everything up-to-date.

How do you update changes?

Jarred-Sumner commented 10 years ago

Did you git add -A . && git commit? Heroku only lets you push when you’ve committed a change.

On Saturday, March 29, 2014 at 4:14 PM, bigrich wrote:

I have created and pushed the app to heroku. Now I have customized the config/settings.yml file and am trying to update the site with git push heroku master, but it keeps saying everything up-to-date. How do you update changes?

— Reply to this email directly or view it on GitHub (https://github.com/lockitron/selfstarter/issues/85).

Jarred-Sumner commented 10 years ago

Closing due to inactivity.