Commit 668f6f7f authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: archive actual files instead of symbolic links

parent 84ba6aa1
......@@ -19,9 +19,9 @@ cache: yarn
before_script:
- yarn run build
before_deploy:
- tar -czf wiki-js.tar.gz * -X .build/.deployexclude
- tar -chzf wiki-js.tar.gz * -X .build/.deployexclude
- yarn install --production --ignore-scripts --prefer-offline
- tar -czf node_modules.tar.gz -C node_modules .
- tar -chzf node_modules.tar.gz -C node_modules .
deploy:
provider: releases
api_key:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment