Skip to content
Snippets Groups Projects
Commit a1c35768 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

update git url on next full deployment

parent a691a9ea
No related branches found
No related tags found
No related merge requests found
Pipeline #112590 passed
......@@ -127,7 +127,7 @@ full-deploy-testing:
- sleep 10 # ensure that next command reaches the new server, prevents host key problems
# TODO move local zip of certificate-docker-volume to server once startup is complete
- until ssh -oStrictHostKeyChecking=accept-new apiserver@$TESTING_DOMAIN ls /finished_cloudinit >/dev/null 2>&1; do sleep 30; done # wait until cloudinit script is complete
- ssh -oStrictHostKeyChecking=accept-new apiserver@$PRODUCITON_HOST "sudo /home/apiserver/datacatalog/deploy_scripts/deployment.sh /home/apiserver/datacatalog $TESTING_URL $TESTING_DOMAIN"
- ssh -oStrictHostKeyChecking=accept-new apiserver@$TESTING_DOMAIN "sudo /home/apiserver/datacatalog/deploy_scripts/deployment.sh /home/apiserver/datacatalog $TESTING_URL $TESTING_DOMAIN"
cleanup-failed-full-deployment:
......
......@@ -57,7 +57,7 @@ users:
runcmd:
- mkdir -p /app/mnt/data
- 'git clone https://gitlab.jsc.fz-juelich.de/rybicki1/datacatalog.git /home/apiserver/datacatalog'
- 'git clone https://gitlab.jsc.fz-juelich.de/eflows4hpc-wp2/datacatalog.git /home/apiserver/datacatalog'
- docker network create net
# general startup takes long enough that no delay should bee needed - 5 to 6 minutes until these commands are executed
- touch /finished_cloudinit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment