forked from s3lph/matemat
Disabled host key checking in the deployment CI job.
This commit is contained in:
parent
66dd02fcdd
commit
355900e497
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue