Skip to content
Snippets Groups Projects
Verified Commit 41b87818 authored by Martin Weise's avatar Martin Weise
Browse files

Debug

parent e4c6f79d
No related branches found
No related tags found
No related merge requests found
......@@ -577,6 +577,11 @@ release-docs:
- tar czf ./final.tar.gz ./final
- "scp -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa final.tar.gz $CI_DOC_USER@$CI_DOC_IP:final.tar.gz"
- "ssh -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa $CI_DOC_USER@$CI_DOC_IP 'rm -rf /system/user/ifs/infrastructures/public_html/dbrepo/*; tar xzf ./final.tar.gz; rm -f ./final.tar.gz; cp -r ./final/* /system/user/ifs/infrastructures/public_html/dbrepo; rm -rf ./final'"
artifacts:
when: always
paths:
- ./final.tar.gz
expire_in: 1 days
release-libs:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment