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

This commit is contained in:
2021-06-22 12:38:10 +02:00
parent 985814cb83
commit 4b8e96b899
3 changed files with 20 additions and 6 deletions

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
pipeline:
deploy-production:
image: docker/compose:1.19.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker-compose -p startpage down
- docker-compose -p startpage up -d
when:
event: deployment
environment: production
branches: master