forked from encrypt/toot
Update '.drone.yml'
This commit is contained in:
parent
b62c32998e
commit
53290fefba
1 changed files with 11 additions and 9 deletions
20
.drone.yml
20
.drone.yml
|
@ -4,12 +4,14 @@ name: megafono
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
hosts: ["mastodon.bida.im"]
|
settings:
|
||||||
user:
|
hosts:
|
||||||
from_secret: user
|
- mastodon.bida.im
|
||||||
key:
|
user:
|
||||||
from_secret: ssh_key
|
from_secret: user
|
||||||
source: ./
|
key:
|
||||||
target: ~/MastodonMegafono
|
from_secret: ssh_key
|
||||||
script:
|
source: ./
|
||||||
- touch prova
|
target: ~/MastodonMegafono
|
||||||
|
script:
|
||||||
|
- touch prova
|
Loading…
Reference in a new issue