More docs

This commit is contained in:
decentral1se
2021-06-03 11:02:36 +02:00
parent ae73d459e6
commit 524aea5e77

View File

@ -5,3 +5,10 @@
A robot who upgrades our configurations. A robot who upgrades our configurations.
See [config.js](./config.js.tmpl) for the configured repositories. See [config.js](./config.js.tmpl) for the configured repositories.
## Deploy
```
$ docker stack rm renovate_bot
$ docker stack deploy -c compose.yml renovate_bot
```