Fix Drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Brain 2022-11-22 20:55:53 +01:00
parent 24506c7152
commit f081e66bab
Signed by: Brain
GPG Key ID: 9CF47083EE57670D
1 changed files with 6 additions and 3 deletions

View File

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