Script drone custom pour le déploiement

This commit is contained in:
nyanloutre 2017-07-21 16:29:26 +02:00
parent 8f7997c152
commit 08d431699b
Signed by: nyanloutre
GPG Key ID: F85D93686A3A9063

View File

@ -1,7 +1,10 @@
pipeline: pipeline:
docker: build:
image: plugins/docker image: docker
registry: registry.nyanlout.re commands:
repo: registry.nyanlout.re/site-max - docker build -t site-max .
tags: latest - docker stop site-max
secrets: [ docker_username, docker_password ] - docker rm site-max
- docker run -d --network nginx-net --name site-max --label traefik.frontend.rule=Host:maxspiegel.fr --label traefik.port=80 site-max
volumes:
- /var/run/docker.sock:/var/run/docker.sock