forked from encrypt/toot
Add .drone.yml
Add .drone.yml for the pipeline control
This commit is contained in:
parent
1f95a7ba13
commit
b62c32998e
1 changed files with 15 additions and 0 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
Loading…
Reference in a new issue