5
0
Fork 1
forked from encrypt/toot

Add .drone.yml

Add .drone.yml for the pipeline control
This commit is contained in:
tubia 2019-12-08 17:39:20 +01:00
parent 1f95a7ba13
commit b62c32998e

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
kind: pipeline
name: megafono
steps:
- name: deploy
image: drillster/drone-rsync
hosts: ["mastodon.bida.im"]
user:
from_secret: user
key:
from_secret: ssh_key
source: ./
target: ~/MastodonMegafono
script:
- touch prova