From 8448f71c64dd11261a914e42a20f5185c55e166b Mon Sep 17 00:00:00 2001 From: Brain Date: Tue, 22 Nov 2022 20:50:12 +0100 Subject: [PATCH] Add deployment step --- .drone.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index da5e481..255f73c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,8 +42,18 @@ steps: commands: - npm install - npm run build + - name: deploy + image: drillster/drone-rsync + settings: + hosts: [ "www.wtf-eg.net" ] + user: onboarding + key: + from_secret: SSH_KEY + source: ./dist + target: /srv/www/onboarding.wtf-eg.de/ + recursive: true --- kind: signature -hmac: 1379c171ca346c7f99acfcf60800ce1776d2341b34a1023c5862b79b13606703 +hmac: a64063ea577aa43936857eae4a544695de0f3b3ee20e80646df9e75b2130e4ff ...