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

This commit is contained in:
sora 2021-12-06 21:50:48 +01:00
parent 56dd425515
commit 7ebaf3856a

View File

@ -4,9 +4,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 otm down - docker-compose -p otm up -d --force-recreate --build
- docker-compose build --no-cache otm
- docker-compose -p otm up -d
when: when:
event: push event: push
branch: [master] branch: [master]