diff --git a/Updating-a-Heroku-Quick-Deploy-Instance.md b/Updating-a-Heroku-Quick-Deploy-Instance.md index e9daa18..b38c177 100644 --- a/Updating-a-Heroku-Quick-Deploy-Instance.md +++ b/Updating-a-Heroku-Quick-Deploy-Instance.md @@ -6,17 +6,7 @@ The quickest way to get the latest version of the app is to delete your old Hero ### Alternative Solution If you don't want to go through those steps, you can deploying with the following: -``` -git clone https://github.com/benbusby/whoogle-search.git -cd whoogle-search -heroku git:remote -a -git push heroku -``` - -and push future updates with: - -``` -cd /whoogle-search -git pull -git push heroku -``` \ No newline at end of file +1. Fork this repo to your own profile +2. [Enable GitHub integration in Heroku](https://devcenter.heroku.com/articles/github-integration#enabling-github-integration) +3. Deploy the app from your fork +4. Occasionally update your fork with the changes upstream to quickly deploy all changes. \ No newline at end of file