dev test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2022-01-24 16:19:52 +01:00
parent 2c97d68f90
commit 005c903a4d
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
kind: pipeline
type: docker
name: default
steps:
- name: copy config
image: instrumentisto/rsync-ssh
volumes:
- name: data
path: /data
commands:
- rsync -av demo-api /data/
when:
branch:
- dev
event: [ push ]
volumes:
- name: data
host:
path: /data/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}/${DRONE_BRANCH}