check nginx.conf
This commit is contained in:
parent
4683c54f44
commit
6250c23295
30
.drone.yml
30
.drone.yml
@ -1,30 +1,14 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
dl-cache:
|
nginx-conf:
|
||||||
image: repo.shimun.net/drone-plugins/davfile
|
image: nginx:mainline
|
||||||
url: https://seaf.shimun.net/seafdav/Drone/cache/
|
commands:
|
||||||
secrets: ["docker_username", "docker_password"]
|
- cp nginx.conf /etc/nginx/
|
||||||
file: ${DRONE_REPO_NAME}.tar.gz
|
- nginx -t
|
||||||
secrets: ["dav_username", "dav_password"]
|
|
||||||
ex-cache:
|
|
||||||
image: repo.shimun.net/plugins/tar
|
|
||||||
dest: /drone/
|
|
||||||
file: ${DRONE_REPO_NAME}.tar.gz
|
|
||||||
quiet: true
|
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: repo.shimun.net/shimun/seafile
|
repo: repo.shimun.net/shimun/seafile
|
||||||
registry: repo.shimun.net
|
registry: repo.shimun.net
|
||||||
|
storage_path: /drone/.docker
|
||||||
secrets: ["docker_username", "docker_password"]
|
secrets: ["docker_username", "docker_password"]
|
||||||
storage_path: /drone/docker
|
storage_path: /drone/.docker
|
||||||
use_cache: true
|
use_cache: true
|
||||||
mk-cache:
|
|
||||||
image: repo.shimun.net/plugins/tar
|
|
||||||
dest: ${DRONE_REPO_NAME}.tar.gz
|
|
||||||
file: /drone/docker
|
|
||||||
quiet: true
|
|
||||||
up-cache:
|
|
||||||
image: repo.shimun.net/plugins/davfile
|
|
||||||
url: https://seaf.shimun.net/seafdav/Drone/cache/
|
|
||||||
upload: true
|
|
||||||
file: ${DRONE_REPO_NAME}.tar.gz
|
|
||||||
secrets: ["dav_username", "dav_password"]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user