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

fix port and cleanup

parent c508d80d
Branches
No related tags found
No related merge requests found
Pipeline #6566 failed
......@@ -31,9 +31,8 @@ devteam-prod:
- echo "$SSH_DEVTEAM_PROD" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh/socket
- chmod 700 ~/.ssh
- cp .magic_ssh_config ~/.ssh/config
script:
- scp -r $PWD/* developer@devteam-prod.sch.bme.hu:/home/production/prod/python-presentation/
- scp -p 10022 -r $PWD/* developer@devteam-prod.sch.bme.hu:/home/production/prod/python-presentation/
only:
refs:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment