Skip to content
Snippets Groups Projects
Commit 0d0f7704 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

sdc.astron.nl => sdc-dev.astron.nl

parent 4a44bdc8
No related branches found
No related tags found
1 merge request!8Esap gui dev
Pipeline #9110 passed with warnings
......@@ -28,12 +28,12 @@ deploy-esap-gui:
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan sdc.astron.nl >> ~/.ssh/known_hosts
- ssh-keyscan sdc-dev.astron.nl >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- echo "Deploying to server"
- scp -r build/static/* vermaas@sdc.astron.nl:~/shared/static
- scp -r build/* vermaas@sdc.astron.nl:~/shared/public_html/esap-gui
- scp -r build/static/* vermaas@sdc-dev.astron.nl:~/shared/static
- scp -r build/* vermaas@sdc-dev.astron.nl:~/shared/public_html/esap-gui
- echo "Deployed"
when: manual
only:
......
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