2025-03-19 19:34:34 vscode task自动提交
This commit is contained in:
parent
ab27ae86fd
commit
3455af27dc
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@ -31,12 +31,9 @@
|
|||||||
{
|
{
|
||||||
"label": "curl webhook",
|
"label": "curl webhook",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "curl",
|
"command": "python",
|
||||||
"args": [
|
"args": [
|
||||||
"-X", "POST",
|
"-c", "import requests; r=requests.post('https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9'); "
|
||||||
// "-H", "Content-Type: application/html",
|
|
||||||
// "-d", "{\"event\": \"build_success\"}", // 自定义数据体
|
|
||||||
"-k", "https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9"
|
|
||||||
],
|
],
|
||||||
"problemMatcher": ["$tsc"],
|
"problemMatcher": ["$tsc"],
|
||||||
"dependsOn": ["Git Commit & Push"]
|
"dependsOn": ["Git Commit & Push"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user