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

change ci/cd build host user to 'sdc'

parent b329dc9a
No related branches found
No related tags found
1 merge request!46Dev nico
Pipeline #16302 passed
......@@ -32,8 +32,8 @@ deploy-esap-gui:
- chmod 644 ~/.ssh/known_hosts
script:
- echo "Deploying to server"
- scp -r build/static/* vermaas@dop814.astron.nl:~/shared/static
- scp -r build/* vermaas@dop814.astron.nl:~/shared/public_html/esap-gui
- scp -r build/static/* sdc@dop814.astron.nl:~/shared/static
- scp -r build/* sdc@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