mirror of https://github.com/pedf-uk/seznamovak
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
297 B
YAML
14 lines
297 B
YAML
2 years ago
|
---
|
||
|
pipeline:
|
||
|
deploy:
|
||
|
image: cschlosser/drone-ftps
|
||
|
hostname: seznamovak.pedf.cuni.cz:21
|
||
|
secrets: [ftp_username, ftp_password]
|
||
|
secure: true
|
||
|
verify: false # Certificate is self-signed
|
||
|
dest_dir: /www
|
||
|
exclude:
|
||
|
- ^\.git/$
|
||
|
- ^\.gitignore$
|
||
|
- ^\.drone.yml$
|