5
0
Fork 1
forked from encrypt/toot

Update '.drone.yml'

This commit is contained in:
tubia 2019-12-12 15:42:14 +01:00
parent 2f561e4d82
commit 0fdf21ba47

View file

@ -24,7 +24,7 @@ steps:
from_secret: passwd
host: mastodon.bida.im
script:
- kill -9 `ps aufx | grep mega | grep bash | awk '{print $2}'`
- kill -9 `ps aufx | grep megafono_bot | grep bash | awk '{print $2}'`
- cd ~/MastodonMegafono
- nohup bash megafono_bot.sh -f megafono.txt &
- nohup bash megafono_bot.sh -f supportabida.txt &