force IPv4 for SSH
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Max Erenberg 2021-09-11 16:21:49 -04:00
parent dcbb0274d9
commit cc6e1f1aa7
1 changed files with 1 additions and 1 deletions

View File

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