Make Build default instead of Upload

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 07:01:14 +01:00
parent 5fd78f512d
commit cd6d631bc9
+5 -5
View File
@@ -33,7 +33,10 @@
"--destination", "--destination",
"build" "build"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@@ -56,10 +59,7 @@
".", ".",
"www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/" "www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
} }
] ]