use StrictHostKeyChecking=no #311

Merged
merenber merged 1 commits from merenber-ssh-deploy into main 2021-09-11 15:37:08 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ steps:
from_secret: DEPLOYMENT_SSH_KEY
commands:
- 'echo "$SSH_KEY" > /tmp/ssh_key'
- ssh -i /tmp/ssh_key www@caffeine.csclub.uwaterloo.ca '~/bin/deploy-website.sh'
- ssh -i /tmp/ssh_key www@caffeine.csclub.uwaterloo.ca -o StrictHostKeyChecking=no '~/bin/deploy-website.sh'
when:
branch:
- main