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
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 <name_of_my_heroku_app>
git push heroku
```
and push future updates with:
```
cd <path_to>/whoogle-search
git pull
git push heroku
```
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.