Skip to content
Snippets Groups Projects
Commit ff0954ad authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix ssh username

parent 1e27ee2e
Branches
No related tags found
No related merge requests found
Pipeline #6570 passed
...@@ -33,7 +33,7 @@ devteam-prod: ...@@ -33,7 +33,7 @@ devteam-prod:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- cp .magic_ssh_config ~/.ssh/config - cp .magic_ssh_config ~/.ssh/config
script: script:
- scp -P 10022 -r $PWD/* developer@devteam-prod.sch.bme.hu:/home/production/prod/python-presentation/ - scp -P 10022 -r $PWD/* production@devteam-prod.sch.bme.hu:/home/production/prod/python-presentation/
only: only:
refs: refs:
- master - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment