18 lines
457 B
YAML
18 lines
457 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:git
|
|
tag: riffol
|
|
registry: repo.shimun.net
|
|
storage_path: /drone/.docker
|
|
secrets: ["docker_username", "docker_password"]
|
|
storage_path: /drone/cache/.docker
|
|
cache_from: ["repo.shimun.net/shimun/seafile:git"]
|
|
use_cache: true
|
|
pull_image: false
|