Enable strict key checking in CI
This commit is contained in:
parent
2753e25df5
commit
87296e11be
|
@ -31,5 +31,4 @@ steps:
|
|||
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||
- chmod 600 ~/.ssh/id_ed25519
|
||||
- ssh-add
|
||||
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
- rsync -rP public/ "$${USER}@pizzawednes.day:$${SITE_PATH}"
|
||||
|
|
Loading…
Reference in New Issue