Commit 6ff3486b authored by NGPixel's avatar NGPixel

Fix tar/zip commands on deploy

parent 1a214298
......@@ -20,8 +20,8 @@ before_script:
- npm install -g snyk
- snyk auth $SNYK_TOKEN
before_deploy:
- tar -czf wiki-js.tar.gz * -X='.deployexclude'
- zip -R -q 'wiki-js' -x@.deployexclude
- tar -czf wiki-js.tar.gz * -X .deployexclude
- zip -R -q 'wiki-js' -x@.deployexclude *
- snyk monitor
deploy:
provider: releases
......
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