use StrictHostKeyChecking=no (#311)
continuous-integration/drone/push Build is failing Details

Reviewed-on: #311
Co-authored-by: Max Erenberg <merenber@csclub.uwaterloo.ca>
Co-committed-by: Max Erenberg <merenber@csclub.uwaterloo.ca>
This commit is contained in:
Max Erenberg 2021-09-11 15:37:06 -04:00
parent a21e8f2f0c
commit 336fa5b073
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ steps:
from_secret: DEPLOYMENT_SSH_KEY from_secret: DEPLOYMENT_SSH_KEY
commands: commands:
- 'echo "$SSH_KEY" > /tmp/ssh_key' - '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: when:
branch: branch:
- main - main