Commit 4a28e9b9 authored by KiraaCorsac's avatar KiraaCorsac
Browse files

add websites

parent 9ca3b3cc
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
/venv
venv
/paper
/public

node_modules
build

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.gitlab-ci.yml

0 → 100644
+17 −0
Original line number Diff line number Diff line
image: node:14

pages:
  stage: deploy
  tags:
    - shared-fi
  script:
    - rm -rf ./public
    - cd website
    - yarn install --frozen-lockfile
    - yarn build
    - mv build ../public
  artifacts:
    paths:
      - public
  only:
    - main
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading