From 5a70d651bd20c4187e67ab557a13e0e002f4923b Mon Sep 17 00:00:00 2001 From: codeinteger6 <44692189+codeinteger6@users.noreply.github.com> Date: Fri, 28 Jun 2019 16:49:26 +0600 Subject: [PATCH] add heroku update instructions --- Updating.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Updating.md b/Updating.md index 89e638b..3ec9804 100644 --- a/Updating.md +++ b/Updating.md @@ -12,6 +12,20 @@ This will update all core files to the latest version. Your custom configuration Simply get the latest Docker build via `:latest` or specific builds via `:`. +## Heroku + +### If you didn't fork the repo before + +Fork the repo by clicking the `Fork` button at the top right of this page (must be on desktop site). Then on your Heroku account, go to the application. Click on the `Deploy` tab and connect the repo named `yourusername/rss-bridge`. Do a manual deploy of the `master` branch. + +### If you forked the repo before + +[Click here to create a new pull request to your fork](https://github.com/RSS-Bridge/rss-bridge/pull/new/master). Select `compare across forks`, make the base repository `yourusername/rss-bridge` and ensure the branch is set to master. Put any title you want and create the pull request. On the page that comes after this, merge the pull request. + +You then want to go to your application in Heroku, connect your fork via the `Deploy` tab and deploy the `master` branch. + +You can turn on auto-deploy for the master branch if you don't want to go through the process of logging into Heroku and deploying the branch every time changes to the repo are made in the future. + ## Git To get the latest changes from the master branch