Skip to content
Snippets Groups Projects
Commit bc853c76 authored by Georg Krause's avatar Georg Krause
Browse files

ci: Remove old deployment

parent d78378c6
No related branches found
No related tags found
1 merge request!64Start migration to pelican
Pipeline #30492 passed
......@@ -92,36 +92,3 @@ deploy:
- git submodule update --init --recursive
- poetry install
- poetry run make rsync_upload
pages:
stage: build
image: buildkite/puppeteer:10.0.0
variables:
GIT_STRATEGY: clone
before_script:
- apt-get update && apt-get install -y jq
- yarn install
script:
- yarn lint
- yarn build
- rm -rf public
- mv dist public
# copy markdown pages so these can be reused by other sites, if needed
- cp -r src/pages public/pages
# ugly hack from https://gitlab.com/gitlab-org/gitlab-pages/issues/23#note_57499396
# until Gitlab Pages has better support for SPA
- cp public/index.html public/404.html
# Gzip compression, cf https://webd97.de/post/gitlab-pages-compression/
- gzip -k -6 $(find public -type f)
cache:
key: front_node_modules
paths:
- "node_modules"
artifacts:
expire_in: 2 weeks
paths:
- public/
only:
- main@funkwhale/funkwhale.audio
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment