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

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

parent 0d0f7704
No related branches found
No related tags found
1 merge request!8Esap gui dev
Pipeline #9115 passed
......@@ -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-dev.astron.nl >> ~/.ssh/known_hosts
- ssh-keyscan dop814.astron.nl >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- echo "Deploying to server"
- scp -r build/static/* vermaas@sdc-dev.astron.nl:~/shared/static
- scp -r build/* vermaas@sdc-dev.astron.nl:~/shared/public_html/esap-gui
- scp -r build/static/* vermaas@dop814.astron.nl:~/shared/static
- scp -r build/* vermaas@dop814.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