Add CI config
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone Build is passing Details

This commit is contained in:
Sandro - 2024-03-13 20:09:12 +01:00
parent 4ba129a729
commit cc851728ce
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 25 additions and 0 deletions

25
.drone.yml Normal file
View File

@ -0,0 +1,25 @@
---
# don't forget to sign with:
# drone sign CMS/public_slides --save
kind: pipeline
type: ssh
name: deploy website
server:
host: c3d2-web.flpk.zentralwerk.org
user: c3d2-web
ssh_key:
from_secret: ssh_key
clone:
depth: 1
steps:
- name: copy website
commands:
- rsync --links --verbose --recursive --delete --delete-after --delete-excluded --checksum --chmod=ugo=rX,u+w --exclude=".git/" . /var/www/cms-slides/
---
kind: signature
hmac: 5ef7e5f9bf61d8889f15e8c1cf15a0b7592fc3950f1d13a1dde92bbfdcf7fa6f
...