Delete .drone.yml
This commit is contained in:
parent
cdd6044c98
commit
903a7092ae
10
.drone.yml
10
.drone.yml
@ -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
|
Loading…
Reference in New Issue
Block a user