Browse Source

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

e1mky 10 months ago
parent
commit
bdadefd844
1 changed files with 0 additions and 21 deletions
  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
-