add reverse based on xataz/reverse (temporary)

This commit is contained in:
root
2017-09-18 16:50:02 +02:00
parent f1d9053bb8
commit fed0136973
19 changed files with 759 additions and 0 deletions

21
reverse/.drone.yml Normal file
View File

@ -0,0 +1,21 @@
pipeline:
build:
image: xataz/docker-drone-plugin
repo: xataz/reverse-nginx
action: build
volumes:
- /var/run/docker.sock:/var/run/docker.sock
push:
image: xataz/docker-drone-plugin
repo: xataz/reverse-nginx
action: push
environment:
- UID=1000
- GID=991
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/xataz/.docker/config.json:/docker/.docker/config.json
when:
branch: master
event: [push, tag, deployment]