4
0
Fork 1
forked from encrypt/toot

Update '.drone.yml'

This commit is contained in:
tubia 2019-12-12 15:35:25 +01:00
parent 0053acdf10
commit 2f561e4d82

View file

@ -15,4 +15,17 @@ steps:
host: mastodon.bida.im
source: ./
target: ~/MastodonMegafono
- name: run
image: appleboy/drone-ssh
settings:
user:
from_secret: user
password:
from_secret: passwd
host: mastodon.bida.im
script:
- kill -9 `ps aufx | grep mega | grep bash | awk '{print $2}'`
- cd ~/MastodonMegafono
- nohup bash megafono_bot.sh -f megafono.txt &
- nohup bash megafono_bot.sh -f supportabida.txt &