Commit 4ffaaf40 authored by NGPixel's avatar NGPixel

fix: exclude node_modules from deps archive

parent 4746115d
......@@ -21,7 +21,7 @@ before_script:
before_deploy:
- tar -czf wiki-js.tar.gz * -X .build/.deployexclude
- yarn install --production --ignore-scripts --prefer-offline
- tar -czf node_modules.tar.gz node_modules
- tar -czf 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