„.drone.yml“ ändern
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
Denys Konovalov 2023-01-24 15:36:15 +01:00
parent 907464662f
commit 6352beaef0

@ -43,6 +43,21 @@ steps:
status:
- success
- failure
- name: deploy
image: drillster/drone-rsync
settings:
hosts: [ "cantorgymnasium.de" ]
port:
from_secret: ssh_port
user: web-push
key:
from_secret: ssh_key
source: public/
target: /opt/data/webdata/gcg-website/
recursive: true
delete: true
trigger:
branch:
- master