Fix Drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-22 20:55:53 +01:00
parent 24506c7152
commit f081e66bab

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: build
name: compliance
trigger:
branch:
@ -34,6 +34,9 @@ trigger:
event:
- push
depends_on:
- compliance
steps:
- name: build
image: node:18
@ -49,11 +52,11 @@ steps:
user: onboarding
key:
from_secret: SSH_KEY
source: ./dist
source: ./dist/
target: /srv/www/onboarding.wtf-eg.de/
recursive: true
---
kind: signature
hmac: a64063ea577aa43936857eae4a544695de0f3b3ee20e80646df9e75b2130e4ff
hmac: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
...