Skip to content
Kasper Sacharias Eenberg edited this page Feb 26, 2019 · 3 revisions

Deploying

In your gateway-api-docs repository, add the heroku remote:

git remote add heroku https://git.heroku.com/gateway-api-docs.git

You can then deploy the github master branch by making sure it's up to date with git pull, and then doing

git push heroku master

Any changes, of course, need to be merged into github master and pulled down locally.

Clone this wiki locally