Disabled host key checking in the deployment CI job.

This commit is contained in:
s3lph 2018-07-11 17:55:48 +02:00
parent 66dd02fcdd
commit 355900e497

View file

@ -32,7 +32,7 @@ staging:
script:
- eval $(ssh-agent -s)
- ssh-add - <<<"$STAGING_SSH_PRIVATE_KEY"
- echo "$(git rev-parse HEAD)" | ssh -p 20022 matemat@kernelpanic.lol
- echo "$(git rev-parse HEAD)" | ssh -p 20022 -oStrictHostKeyChecking=no matemat@kernelpanic.lol
environment:
name: staging
url: https://matemat.kernelpanic.lol/