This commit is contained in:
choelzl 2021-06-22 12:47:06 +02:00
parent 4b8e96b899
commit 319ccb3b3b
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -1,14 +1,18 @@
pipeline:
kind: pipeline
type: docker
name: testing
deploy-production:
# platform:
# os: linux
# arch: amd64
steps:
- name: deploy
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