ci: refinie web deploy job

This commit is contained in:
Rainer Killinger
2022-03-14 14:50:49 +01:00
parent 3eeab34bc1
commit 58ce196507
5 changed files with 66 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ web-build: configuration-web
cd app && ionic build --prod
web: web-build
cd app && zip -r ../www.zip www
cd app/www && zip -r ../../www.zip .
echo "Web application artifact for version ${VERSION} is archived in www.zip"
prepare-android: configuration-android