lan-2022-10/.drone.yml
Kai Vogelgesang 00a421f5d4
Some checks failed
continuous-integration/drone/push Build is failing
Change deploy path
2022-10-10 20:24:58 +02:00

24 lines
401 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node:alpine
commands:
- npm install
- npm run build
- name: deploy
image: registry.eterna.leafbla.de/pelipper
settings:
ssh_key:
from_secret: rsync_key
source: build/
destination: pelipper@oreburgh.leafbla.de:/srv/docker/party/nginx/html/lan/
trigger:
branch:
- main
image_pull_secrets:
- docker_config