Skip to content
Snippets Groups Projects
Commit 8a5dbbf4 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

only send .html files to tuhh

parent ebe77e4f
No related branches found
No related tags found
2 merge requests!71Fix conflict,!69Resolve "Generate Snippets and include-list for deployment"
Pipeline #105184 passed
......@@ -217,7 +217,8 @@ deploy-on-tuhh:
- echo "$TUHH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- chmod 700 ~/.ssh
script:
- cp -r build-tuhh .public-tuhh
- mkdir -p .public-tuhh
- cp -r build-tuhh/*.html .public-tuhh
- mv .public-tuhh public-tuhh
# deploy webpage on tuhh
- echo 'scp -v public-tuhh' "$TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY"
......
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