docker-seafile/.drone.yml
2018-11-03 17:52:36 +01:00

15 lines
357 B
YAML

pipeline:
nginx-conf:
image: nginx:mainline
commands:
- cp nginx.conf /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
use_cache: true