mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
add reverse based on xataz/reverse (temporary)
This commit is contained in:
21
reverse/.drone.yml
Normal file
21
reverse/.drone.yml
Normal 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]
|
Reference in New Issue
Block a user