This commit is contained in:
parent
743b0606c9
commit
768e8a332d
@ -1,7 +1,7 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
deploy-production:
|
deploy-production:
|
||||||
image: docker/compose:1.19.0
|
image: docker/compose
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
@ -9,5 +9,4 @@ pipeline:
|
|||||||
- docker-compose -p startpage up -d
|
- docker-compose -p startpage up -d
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
branch: [master]
|
||||||
branches: master
|
|
Loading…
x
Reference in New Issue
Block a user