Made autobuild create and deploy nightly builds

This commit is contained in:
Frikky
2023-01-26 15:54:46 +01:00
committed by GitHub
parent 52240f3124
commit 92fed5fcda
+4 -4
View File
@@ -13,19 +13,19 @@ jobs:
include: include:
- app: frontend - app: frontend
path: frontend path: frontend
version: 1.0.0 version: nightly
experimental: true experimental: true
- app: backend - app: backend
path: backend path: backend
version: 1.0.0 version: nightly
experimental: false experimental: false
- app: orborus - app: orborus
path: functions/onprem/orborus path: functions/onprem/orborus
version: 1.0.0 version: nightly
experimental: false experimental: false
- app: database - app: database
path: backend/database path: backend/database
version: 1.0.0 version: nightly
experimental: false experimental: false
steps: steps:
- -