6 lines
257 B
Bash
6 lines
257 B
Bash
#!/bin/bash
|
|
supervisorctl restart dodo && \
|
|
curl -X POST -H "Content-Type: application/json" \
|
|
-d '{"msg_type":"text","content":{"text":"🎉 dodo 部署成功 🎉"}}' \
|
|
https://open.feishu.cn/open-apis/bot/v2/hook/57cfa603-6154-4055-a739-210028171d10
|