Commit b07f1eb7 authored by NGPixel's avatar NGPixel

fix: wercker fixes

parent 8f8ee6ad
...@@ -23,6 +23,7 @@ build: ...@@ -23,6 +23,7 @@ build:
- script: - script:
name: copy artifacts name: copy artifacts
code: | code: |
mkdir -p "$WERCKER_OUTPUT_DIR/var/wiki"
cp -LR assets node_modules server config.sample.yml package.json wiki.cmd wiki.js "$WERCKER_OUTPUT_DIR/var/wiki" cp -LR assets node_modules server config.sample.yml package.json wiki.cmd wiki.js "$WERCKER_OUTPUT_DIR/var/wiki"
cp .build/docker_init.sh "$WERCKER_OUTPUT_DIR/init.sh" cp .build/docker_init.sh "$WERCKER_OUTPUT_DIR/init.sh"
......
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