diff --git a/README.md b/README.md index fa08386..e41ed6e 100644 --- a/README.md +++ b/README.md @@ -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 +```