Skip to content
Snippets Groups Projects
Commit f7adae9d authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: deploy to correct host

parent 8150f34c
Branches
No related tags found
No related merge requests found
Pipeline #269345 passed
...@@ -78,7 +78,7 @@ deploy_test: ...@@ -78,7 +78,7 @@ deploy_test:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
- ssh www-net-suite@netvs.scc.kit.edu "${CI_PIPELINE_ID}" - ssh www-net-suite@netvs-test.scc.kit.edu "${CI_PIPELINE_ID}"
needs: needs:
- netvs_hub_cli - netvs_hub_cli
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment