refactor: app deployment

This commit is contained in:
2023-06-16 11:40:23 +02:00
parent d61d16e752
commit 5b4d2bd16c
39 changed files with 523 additions and 246 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": ["//"],
"pipeline": {
"deploy": {
"dependsOn": ["@openstapps/api-cli#build"],
"outputs": [".deploy/api-cli"]
}
}
}