Github doesn't run on port 2224...

This commit is contained in:
2021-06-19 22:19:06 +00:00
parent de1111b3ec
commit 22bbb7c50b

View File

@ -9,7 +9,7 @@ before_script:
# Ensure known hosts exists and is populated
- mkdir ~/.ssh && chmod 700 ~/.ssh
- ssh-keyscan -p 2224 github.com >> ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts
- ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts
push_github:
type: deploy