Delete .drone.yml

This commit is contained in:
Paul TREHIOU 2018-11-06 01:02:50 +01:00 committed by GitHub
parent cdd6044c98
commit 903a7092ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
pipeline:
build:
image: docker
commands:
- docker build -t site-max .
- docker stop site-max
- 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