ts3-status/.drone.yml

15 lines
254 B
YAML
Raw Normal View History

2021-05-26 18:24:44 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node
commands:
- yarn install
- yarn run build
2021-07-14 09:57:30 +00:00
- name: deploy
image: eeacms/rsync
commands:
- rsync -r build rsync://cdn-rsyncd/share/cdn.kapelle.org/ts3 --delete