force build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2021-06-23 03:38:44 +02:00
parent 9d74a849cf
commit 7b485b2904
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -6,6 +6,7 @@ pipeline:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker-compose -p startpage down
- docker-compose build --no-cache startpage
- docker-compose -p startpage up -d
when:
event: push