This commit is contained in:
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Reference in New Issue
Block a user