1
0
Fork 0
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

---
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$