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

adding CI/CD pipeline

parent d4e28265
No related branches found
No related tags found
2 merge requests!8Esap gui dev,!7Esap gui dev
Pipeline #5877 passed
......@@ -32,7 +32,7 @@ deploy-esap-gui:
- chmod 644 ~/.ssh/known_hosts
script:
- echo "Deploying to server"
- scp -r build/static vermaas@sdc.astron.nl:~/shared/static
- scp -r build/static/* vermaas@sdc.astron.nl:~/shared/static
- scp -r build/* vermaas@sdc.astron.nl:~/shared/public_html/esap-gui
- echo "Deployed"
when: manual
......
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