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

@@ -2,12 +2,16 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["lib/**", "www/**", ".angular/**"]
"outputs": ["lib/**", "www/**", ".angular/**"],
"cache": true
},
"build:docker": {
"dependsOn": ["//#build:docker-workspace"],
"cache": false
},
"deploy": {
"dependsOn": ["build", "^deploy"]
},
"docs": {
"dependsOn": ["build", "^docs"],
"outputs": ["docs/**"]
@@ -25,9 +29,12 @@
},
"test": {
"dependsOn": ["build"],
"outputs": ["coverage/**"]
"outputs": ["coverage/cobertura-coverage.xml", "coverage/report-junit.xml"]
},
"test:integration": {
"dependsOn": ["build"],
"outputs": ["coverage/integration-cobertura-coverage.xml", "coverage/integration-report-junit.xml"]
},
"test:integration": {},
"dev": {
"persistent": true,
"cache": false