Kaynağa Gözat

Удалить '.gitlab-ci.yml'

e1mky 10 ay önce
ebeveyn
işleme
bdadefd844
1 değiştirilmiş dosya ile 0 ekleme ve 21 silme
  1. 0 21
      .gitlab-ci.yml

+ 0 - 21
.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
-