Update Heroku deployment instructions as per #149

Ben Busby 2020-11-27 13:26:20 -05:00
parent 757854d65b
commit cd5f206410

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