Skip to content

Commit

Permalink
ci: Fixes kastner-ml DNS (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Nov 26, 2024
1 parent 654e2cc commit 5ac176e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ jobs:
sudo chmod 600 $SSH_KEY_PATH
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
wget https://raw.githubusercontent.com/UCSD-E4E/website2.0/main/_deploy_e4e-dev.sh
scp -i $SSH_KEY_PATH _deploy_e4e-dev.sh deploy@kastner-ml.dynamic.ucsd.edu:/tmp/deploy_e4e-dev.sh
ssh -i $SSH_KEY_PATH deploy@kastner-ml.dynamic.ucsd.edu '/bin/bash /tmp/deploy_e4e-dev.sh'
scp -i $SSH_KEY_PATH _deploy_e4e-dev.sh [email protected]:/tmp/deploy_e4e-dev.sh
ssh -i $SSH_KEY_PATH [email protected] '/bin/bash /tmp/deploy_e4e-dev.sh'

0 comments on commit 5ac176e

Please sign in to comment.