auth media
This commit is contained in:
@@ -321,6 +321,26 @@ deploy-analytics-view:
|
||||
docker image prune -af
|
||||
ENDSSH
|
||||
|
||||
build-auth-view:
|
||||
stage: build
|
||||
image: node:22-alpine
|
||||
cache:
|
||||
key: "${CI_COMMIT_REF_SLUG}-auth-view"
|
||||
paths:
|
||||
- auth-view/node_modules
|
||||
script:
|
||||
- cd auth-view
|
||||
- npm ci
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
- auth-view/dist
|
||||
expire_in: 1h
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
changes:
|
||||
- auth-view/**/*
|
||||
|
||||
# Deploy all services at once (manual trigger)
|
||||
deploy-all:
|
||||
<<: *deploy_setup
|
||||
|
||||
Reference in New Issue
Block a user