2025-03-19 19:22:31 vscode task自动提交
This commit is contained in:
parent
b7c08b00f1
commit
39256a0316
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
@ -31,7 +31,13 @@
|
||||
{
|
||||
"label": "curl webhook",
|
||||
"type": "shell",
|
||||
"command": "curl -X POST -H \"text/html; charset=utf-8\" -k https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9",
|
||||
"command": "curl",
|
||||
"args": [
|
||||
"-X", "POST",
|
||||
"-H", "Content-Type: application/html",
|
||||
// "-d", "{\"event\": \"build_success\"}", // 自定义数据体
|
||||
"-k", "https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9"
|
||||
],
|
||||
"problemMatcher": ["$tsc"],
|
||||
"dependsOn": ["Git Commit & Push"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user