1
0
Fork 0

Setup CI deployment

master
Emil Miler 1 year ago
parent ad1356f6ba
commit d080866422

@ -0,0 +1,13 @@
---
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$
Loading…
Cancel
Save