forked from encrypt/toot
Update '.drone.yml'
This commit is contained in:
parent
2f561e4d82
commit
0fdf21ba47
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue