More docs

This commit is contained in:
decentral1se 2021-06-03 11:02:36 +02:00
parent ae73d459e6
commit 524aea5e77
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 7 additions and 0 deletions

View File

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