This commit is contained in:
parent
99441de1ad
commit
8448f71c64
12
.drone.yml
12
.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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user