logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

.gitlab-ci.yml (398B)


  1. image: node:latest
  2. before_script:
  3. - 'curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -'
  4. - 'echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list'
  5. - apt-get update && apt-get install -y yarn
  6. - yarn install
  7. build:
  8. script:
  9. - npm run build
  10. artifacts:
  11. paths:
  12. - public/packs
  13. - public/assets
  14. expire_in: 1 week