drone deployment for testing
This commit is contained in:
parent
595679e869
commit
bef35052b1
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: default
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: deploy
|
||||||
|
environment:
|
||||||
|
TARGET: /srv/drone/deploy/site/private/participativeaftermovie
|
||||||
|
commands:
|
||||||
|
- rsync -a --delete src/ $${TARGET}/
|
Loading…
Reference in New Issue
Block a user