will it deploy with this configuration?
This commit is contained in:
parent
63d3762922
commit
c9c1e09a97
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@ stages:
|
|||
script:
|
||||
- chmod +x ./deploy.sh
|
||||
- ./deploy.sh
|
||||
dependencies:
|
||||
- build_job
|
||||
|
||||
build_job:
|
||||
stage: build
|
||||
|
@ -26,6 +28,7 @@ build_job:
|
|||
- app/*.js.map
|
||||
- app/converter/*.js
|
||||
- app/converter/*.js.map
|
||||
- node_modules/@angular/**
|
||||
- node_modules/core-js/client/shim.js
|
||||
- node_modules/zone.js/dist/zone.js
|
||||
- node_modules/reflect-metadata/Reflect.js
|
||||
|
@ -40,6 +43,7 @@ build_job:
|
|||
- index.html
|
||||
- package.json
|
||||
- systemjs.config.js
|
||||
expire_in: 30 min
|
||||
|
||||
cleanup_build_job:
|
||||
stage: cleanup_build
|
||||
|
|
Loading…
Reference in a new issue