浏览代码
Удалить '.gitlab-ci.yml'
|
@@ -1,21 +0,0 @@
|
|
|
-image: node
|
|
|
-
|
|
|
-before_script:
|
|
|
- - npm install
|
|
|
-
|
|
|
-cache:
|
|
|
- paths:
|
|
|
- - node_modules/
|
|
|
-
|
|
|
-pages:
|
|
|
- stage: deploy
|
|
|
- script:
|
|
|
- - unset CI
|
|
|
- - npm run build
|
|
|
- - mv web public
|
|
|
- artifacts:
|
|
|
- paths:
|
|
|
- - public
|
|
|
- only:
|
|
|
- - master
|
|
|
-
|