docker-seafile/.drone.yml
2018-11-03 20:00:46 +01:00

15 lines
376 B
YAML

pipeline:
nginx-conf:
image: nginx:mainline
commands:
- cp nginx.conf /etc/nginx/
- nginx -t
docker:
image: repo.shimun.net/drone-docker
repo: repo.shimun.net/shimun/seafile
registry: repo.shimun.net
cache_from: 'repo.shimun.net/seafile:latest'
no_cache: false
secrets: ["docker_username", "docker_password"]
pull_image: false