docs: bake deploy into makefile

This commit is contained in:
decentral1se 2021-11-13 20:59:25 +01:00
parent a491335ee4
commit 42ab827781
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,3 @@
# comrade-renovate-bot
Upgrades your shit.
## Deploy
```
$ docker stack rm renovate_bot
$ docker stack deploy -c compose.yml comrade-renovate-bot
```

2
makefile Normal file
View File

@ -0,0 +1,2 @@
default:
@docker stack deploy -c compose.yml comrade-renovate-bot