docker-seafile/.drone.yml
shim_ fb956cb777
Some checks are pending
continuous-integration/drone/push Build is failing
reorganised nginx.conf
2018-11-11 17:24:27 +01:00

17 lines
512 B
YAML

pipeline:
nginx-conf:
image: nginx:mainline
commands:
- cp -r nginx /etc/nginx
- nginx -t
docker:
image: plugins/docker
repo: repo.shimun.net/shimun/seafile
registry: repo.shimun.net
storage_path: /drone/.docker
secrets: ["docker_username", "docker_password"]
storage_path: /drone/.docker
cache_from: ["repo.shimun.net/shimun/seafile", "repo.shimun.net/shimun/seafile:nginx-deb", "repo.shimun.net/shimun/seafile:alpine"]
use_cache: true
pull_image: false