Skip to content
Snippets Groups Projects

Attach to use legacy scp protocol

Merged Klaas Kliffen requested to merge hotfix/use_legacy_scp_protocol into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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:
Loading