Skip to content

Commit

Permalink
new godaddy ssh location
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Aug 16, 2021
1 parent dd139d7 commit 9e7c358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ GENERATED_FILES = source/teamgrid.rst source/teaminactive.rst source/demos sourc
publish: html
# The raw IP address is used to circumvent some dns fiddling which
# Imperial's ICT department are doing.
rsync --rsh=ssh -rv -r build/html/* 'o3ce6600@146.255.44.1:html/'
rsync --rsh=ssh -rv -r build/html/* 'cm3f3ymc8wnd@92.204.68.56:public_html/'

scp:
# The raw IP address is used to circumvent some dns fiddling which
# Imperial's ICT department are doing.
rsync --rsh=ssh -rv build/html/* 'o3ce6600@146.255.44.1:html/'
rsync --rsh=ssh -rv build/html/* 'cm3f3ymc8wnd@92.204.68.56:public_html/'

livehtml: html
python server.py
Expand Down

0 comments on commit 9e7c358

Please sign in to comment.