瀏覽代碼

Update '.drone.yml'

tubia 4 年之前
父節點
當前提交
0fdf21ba47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -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 &