Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora 2021-12-06 21:50:34 +01:00
parent 4c5166cd6d
commit a130d4bd65

View File

@ -5,9 +5,7 @@ pipeline:
volumes:
- /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
- docker-compose -p startpage up -d --force-recreate --build
when:
event: push
branch: [master]