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:
|
||||
- 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
|
||||
settings:
|
||||
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