Skip to content

Commit

Permalink
use correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed May 3, 2024
1 parent 7ae9582 commit e3fca31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,8 @@ jobs:
# Set up a tunnel in the background
ssh -fN -L 2222:$COURSE_REMOTE_HOST:22 firasm@remote.cs.ubc.ca -p 22
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# send files all in one shot
# rsync -avzr -e 'ssh -p 2222 -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 e3fca31

Please sign in to comment.