Skip to content
Snippets Groups Projects
Commit 580839f4 authored by Michael Wimmer's avatar Michael Wimmer
Browse files

Fix missing test_builds

parent af261d35
No related branches found
No related tags found
1 merge request!2Fix missing test_builds
......@@ -39,6 +39,8 @@ build lectures:
- chmod 700 ~/.ssh
- ssh-keyscan tnw-tn1.tudelft.net >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- mkdir -p test_builds
- "rsync -rv test_builds {{cookiecutter.project_slug}}@tnw-tn1.tudelft.net:"
script:
- "rsync -rv site/* {{cookiecutter.project_slug}}@tnw-tn1.tudelft.net:$DEPLOY_PATH"
......
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