Update README.md

This commit is contained in:
Lukas Heiligenbrunner 2021-04-09 13:03:58 +00:00
parent 4274c19927
commit 39aba93cab

View File

@ -20,7 +20,7 @@ Test_Deploy:
- master - master
script: script:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY") - echo "$SSH_PRIVATE_KEY" | ssh-add -
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- scp deb/Testpackage.deb root@192.168.0.42:/tmp/ - scp deb/Testpackage.deb root@192.168.0.42:/tmp/