Don't use StrictHostKeyChecking=no
All checks were successful
Deploy website / deploy (push) Successful in 15s

This commit is contained in:
luaneko 2024-12-03 19:04:15 +11:00
parent 8d5c43cb66
commit 928530f64b
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -10,7 +10,7 @@ jobs:
runs-on: luare runs-on: luare
env: env:
DEPLOY_HOST: lilac.a.lua.re DEPLOY_HOST: lilac.a.lua.re
SSH_OPTS: -o ForwardAgent=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null SSH_OPTS: -o ForwardAgent=yes -o StrictHostKeyChecking=accept-new
steps: steps:
- name: Checkout - name: Checkout