diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccbee73626fc930c4b21fa8d0c6434f4a70242f2..c0fbff77eb16c9c21f5a0d7881a44a41bac13d6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -526,6 +526,23 @@ vf_to_phoenix: REMOTE_USER: - y0054816 +vf_wheel_to_jupyterhub: + extends: .deploy_template + stage: deploy + + only: ["schedules"] + + needs: ["gcc_9_python", "gcc_9_unit_tests", "gcc_9_python_bindings_test"] + + variables: + HOST: "finrod.irmb.bau.tu-bs.de" + SSH_KEY: "$SSH_PRIVATE_KEY_JUPYTER_HOST_AT_FINROD" + REMOTE_USER: "jupyter_host" + jupyter_host: "jupyter_host" + + script: + - ansible-playbook -i ansible/hosts.cfg -u $REMOTE_USER ansible/playbook_jupyter_update.yml + ############################################################################### vf_wheel_to_jupyterhub: extends: .deploy_template