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: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- docker-compose -p startpage down - docker-compose -p startpage up -d --force-recreate --build
- docker-compose build --no-cache startpage
- docker-compose -p startpage up -d
when: when:
event: push event: push
branch: [master] branch: [master]