Heroku Deploy for Wiki.js
This repo is an Heroku app definition for Wiki.js.
For information about Wiki.js, check out the following links:
If you want to modify the configuration beyond what's available through environment variables, then:
- Clone this repo
- Make and commit your configuration changes
git remote add heroku https://git.heroku.com/my-wiki.git
git push heroku
, or if you are on a branch,git push heroku mybranch:master