Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm authored May 3, 2024
1 parent e3fca31 commit 4362882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
ssh -fN -L 2222:$COURSE_REMOTE_HOST:22 firasm@remote.cs.ubc.ca -p 22
# send files all in one shot
# rsync -avzr -e 'ssh -p 22 -o StrictHostKeyChecking=no -J $CS_REMOTE_USER@$CS_TUNNEL' $LOCAL_DIR $COURSE_REMOTE_USER@$COURSE_REMOTE_HOST:public_html/$TERM
rsync -avzr -e 'ssh -p 22 -o StrictHostKeyChecking=no -J $CS_REMOTE_USER@$CS_TUNNEL' $LOCAL_DIR $COURSE_REMOTE_USER@$COURSE_REMOTE_HOST:public_html/$TERM
# rsync -avzr -e 'ssh -p 2222 -o StrictHostKeyChecking=no -J firasm@remote.cs.ubc.ca' _build/html/ cs-430@kunghit.students.cs.ubc.ca:public_html/2024_S1/

Expand Down

0 comments on commit 4362882

Please sign in to comment.