Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Don't upload docs to old site any more
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 1, 2012
1 parent 4bf6ef4 commit aa3a686
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Makefile
Expand Up @@ -113,20 +113,6 @@ publish: link doc

docpublish: doc-publish
doc-publish: doc
# old site
rsync -vazu --stats --no-implied-dirs --delete \
html/doc/ \
173.203.97.118:/var/www/npmjs.org/public/doc
rsync -vazu --stats --no-implied-dirs --delete \
html/api/ \
173.203.97.118:/var/www/npmjs.org/public/api
rsync -vazu --stats --no-implied-dirs --delete \
html/webfonts/ \
173.203.97.118:/var/www/npmjs.org/public/static/webfonts
rsync -vazu --stats --no-implied-dirs --delete \
html/style.css \
173.203.97.118:/var/www/npmjs.org/public/static/
#new site
rsync -vazu --stats --no-implied-dirs --delete \
html/doc/ \
node@new.npmjs.org:/home/node/npm-www/doc
Expand Down

0 comments on commit aa3a686

Please sign in to comment.