Files

19 lines
454 B
JSON
Raw Permalink Normal View History

[
{
"id": "discord-bot-deploy",
"execute-command": "/usr/local/bin/discord_bot_deploy.sh",
"command-working-directory": "/root/code/discordBot",
"response-message": "Deploying Discord bot...",
"trigger-rule": {
"match": {
"type": "payload-hash-sha256",
"secret": "CHANGE_THIS_SECRET_KEY",
"parameter": {
"source": "header",
"name": "X-Gitea-Signature"
}
}
}
}
]