Add rsync to the Drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 18:00:51 +02:00
parent de61265f82
commit 34981afe2e

View File

@ -13,21 +13,21 @@ steps:
settings: settings:
hugo_version: 0.101.0 hugo_version: 0.101.0
extended: true extended: true
# - name: rsync - name: rsync
# image: drillster/drone-rsync image: drillster/drone-rsync
# settings: settings:
# user: drone user: drone
# key: key:
# from_secret: drone_sshkey from_secret: drone_sshkey
# hosts: hosts:
# - nginx0.chrma0.net.ipng.ch - nginx0.chrma0.net.ipng.ch
# - nginx0.chplo0.net.ipng.ch - nginx0.chplo0.net.ipng.ch
# - nginx0.nlams1.net.ipng.ch - nginx0.nlams1.net.ipng.ch
# - nginx0.nlams2.net.ipng.ch - nginx0.nlams2.net.ipng.ch
# port: 22 port: 22
# args: '-6' args: '-6'
# source: public/ source: public/
# target: /var/www/ipng.ch/ target: /var/www/ipng.ch/
# delete: true delete: true
# recursive: true recursive: true
# secrets: [ drone_sshkey ] secrets: [ drone_sshkey ]