Skip to content
Snippets Groups Projects
Commit b44d7d16 authored by Martin Vítek's avatar Martin Vítek
Browse files

Fixed linking pictures

parent a0e1b336
No related branches found
No related tags found
1 merge request!51Preview fix
Pipeline #
...@@ -24,8 +24,10 @@ preview: ...@@ -24,8 +24,10 @@ preview:
- node generator/index.js --baseurl /$CI_BUILD_REF_NAME --contentdir . --staticdir fake_static --themedir generator/theme --builddir build --noserver - node generator/index.js --baseurl /$CI_BUILD_REF_NAME --contentdir . --staticdir fake_static --themedir generator/theme --builddir build --noserver
- echo "$PREVIEW_SSH_KEY" > sshkey - echo "$PREVIEW_SSH_KEY" > sshkey
- chmod 600 sshkey - chmod 600 sshkey
- rsync -e 'ssh -i sshkey' -rc --delete build/ $SSH_HOST:$HTML_DIR/$CI_BUILD_REF_NAME/ - rsync -e 'ssh -i sshkey' -rc --delete build/ $SSH_HOST:$HTML_DIR/$CI_BUILD_REF_NAME/clanek/
- ssh -i sshkey $SSH_HOST ln -fs $HTML_DIR/static/static $HTML_DIR/static/$CI_BUILD_REF_NAME - ssh -i sshkey $SSH_HOST git -c $HTML_DIR/static/static/ pull
- ssh -i sshkey $SSH_HOST cp -asf $HTML_DIR/static/static/articles/. HTML_DIR/$CI_BUILD_REF_NAME/clanek/
- ssh -i sshkey $SSH_HOST cp -sf $HTML_DIR/static/static/images/ HTML_DIR/$CI_BUILD_REF_NAME/
- rm sshkey - rm sshkey
stop_preview: stop_preview:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment