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

Merge branch '21-generate-snippets-and-include-list-for-deployment' into 'dev'

Resolve "Generate Snippets and include-list for deployment"

Closes #21

See merge request !69
parents ebe77e4f 8a5dbbf4
No related branches found
No related tags found
2 merge requests!71Fix conflict,!69Resolve "Generate Snippets and include-list for deployment"
Pipeline #105200 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