add env
This commit is contained in:
@@ -29,8 +29,8 @@ check_app_update:
|
||||
echo "NEW_COMMIT=false" >> variables.env
|
||||
fi
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: variables.env
|
||||
paths:
|
||||
- variables.env
|
||||
|
||||
# Build Frontend (Angular)
|
||||
build_frontend:
|
||||
@@ -44,6 +44,7 @@ build_frontend:
|
||||
echo "No new commit, skipping build";
|
||||
exit 0;
|
||||
fi
|
||||
- ls -la doodlestudent/front #test
|
||||
- cd doodlestudent/front
|
||||
- npm ci
|
||||
- npm run build --prod
|
||||
|
||||
Reference in New Issue
Block a user