mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:21:57 +00:00
update tasks
This commit is contained in:
Vendored
+20
-14
@@ -89,17 +89,6 @@
|
|||||||
"command": "rsync -azp --delete --rsh='ssh -p ${config:deckport} ${config:deckkey}' --exclude='.git/' --exclude='.github/' --exclude='.vscode/' --exclude='frontend/' --exclude='dist/' --exclude='contrib/' --exclude='*.log' --exclude='requirements.txt' --exclude='backend/__pycache__/' --exclude='.gitignore' . deck@${config:deckip}:${config:deckdir}/homebrew/dev/pluginloader",
|
"command": "rsync -azp --delete --rsh='ssh -p ${config:deckport} ${config:deckkey}' --exclude='.git/' --exclude='.github/' --exclude='.vscode/' --exclude='frontend/' --exclude='dist/' --exclude='contrib/' --exclude='*.log' --exclude='requirements.txt' --exclude='backend/__pycache__/' --exclude='.gitignore' . deck@${config:deckip}:${config:deckdir}/homebrew/dev/pluginloader",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": "deployall",
|
|
||||||
"dependsOrder": "sequence",
|
|
||||||
"group": "none",
|
|
||||||
"dependsOn": [
|
|
||||||
"createfolders",
|
|
||||||
"dependencies",
|
|
||||||
"deploy"
|
|
||||||
],
|
|
||||||
"problemMatcher": []
|
|
||||||
},
|
|
||||||
// RUN
|
// RUN
|
||||||
{
|
{
|
||||||
"label": "runpydeck",
|
"label": "runpydeck",
|
||||||
@@ -126,12 +115,12 @@
|
|||||||
"group": "none",
|
"group": "none",
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"buildall",
|
"buildall",
|
||||||
"deployall",
|
"deploy",
|
||||||
],
|
],
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "allinone",
|
"label": "updateandrun",
|
||||||
"detail": "Build, deploy and run",
|
"detail": "Build, deploy and run",
|
||||||
"dependsOrder": "sequence",
|
"dependsOrder": "sequence",
|
||||||
"group": {
|
"group": {
|
||||||
@@ -140,7 +129,24 @@
|
|||||||
},
|
},
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"buildall",
|
"buildall",
|
||||||
"deployall",
|
"deploy",
|
||||||
|
"runpydeck"
|
||||||
|
],
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "allinone",
|
||||||
|
"detail": "Build, install dependencies, deploy and run",
|
||||||
|
"dependsOrder": "sequence",
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": false
|
||||||
|
},
|
||||||
|
"dependsOn": [
|
||||||
|
"buildall",
|
||||||
|
"createfolders",
|
||||||
|
"dependencies",
|
||||||
|
"deploy",
|
||||||
"runpydeck"
|
"runpydeck"
|
||||||
],
|
],
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
|||||||
Reference in New Issue
Block a user