From 524aea5e77a53812643fadd7438c16f78d720801 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 11:02:36 +0200 Subject: [PATCH] More docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +```