diff --git a/.drone.yml b/.drone.yml index c4da337..313a8b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,14 +16,16 @@ steps: - name: deploy image: drillster/drone-rsync + environment: + RSYNC_KEY: + from_secret: rsync_key + RSYNC_USER: hugo settings: hosts: - moonside.games target: /var/www/docs/encompass source: public/ recursive: true - key: - from_secret: rsync_key when: branch: - main