Skip to content
Snippets Groups Projects
Commit 85728a79 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite: Committed by Mattia Mancini
Browse files

Attach to use legacy scp protocol

parent d622eabe
No related branches found
No related tags found
1 merge request!101Attach to use legacy scp protocol
......@@ -34,8 +34,8 @@ deploy-esap-gui:
- chmod 644 ~/.ssh/known_hosts
script:
- echo "Deploying to server"
- scp -r build/static/* sdc@dop814.astron.nl:~/shared/static
- scp -r build/* sdc@dop814.astron.nl:~/shared/public_html/esap-gui
- scp -O -r build/static/* sdc@dop814.astron.nl:~/shared/static
- scp -O -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