Merge branch 'merenber-ssh-deploy' into main

fix-md-font
Max Erenberg 2 years ago
commit dcbb0274d9
  1. 1
      .drone.yml

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

Loading…
Cancel
Save