-
-
Notifications
You must be signed in to change notification settings - Fork 946
Updating a Heroku Quick Deploy Instance
Ben Busby edited this page Nov 27, 2020
·
2 revisions
Unfortunately, updating an instance deployed via Heroku Quick Deploy isn't as simple as creating one.
The quickest way to get the latest version of the app is to delete your old Heroku instance and redeploy a new one with the same name. Configuration changes won't be carried over, but your browser will reuse the existing template for searching from the URL bar if the name of the app is the same.
If you don't want to go through those steps, you can deploying with the following:
- Fork this repo to your own profile
- Enable GitHub integration in Heroku
- Deploy the app from your fork
- Occasionally update your fork with the changes upstream to quickly deploy all changes.