mkdocs/docs/cd.md
francesco 00e0f6415b
All checks were successful
continuous-integration/drone/push Build is passing
Watchtower --run-once
2021-05-24 15:43:56 +02:00

9 lines
390 B
Markdown

# Continuous delivery
## Watchtower
### Force Watchtower to update watching container
If pushed Code has to be deployed immediately, the Watchtower docker run param `--run-once` can be added.
```bash
sudo docker run --rm --env-file /volume2/homes/francesco/Drive/docker/watchtower/watchtower.env -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once mkdocs www
```