Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9b5cfc45f..9c38f9767 100644
--- a/Makefile
+++ b/Makefile
@@ -115,19 +115,19 @@ docpublish: doc-publish
doc-publish: doc
rsync -vazu --stats --no-implied-dirs --delete \
html/doc/ \
- node@new.npmjs.org:/home/node/npm-www/doc
+ node@npmjs.org:/home/node/npm-www/doc
rsync -vazu --stats --no-implied-dirs --delete \
html/api/ \
- node@new.npmjs.org:/home/node/npm-www/api
+ node@npmjs.org:/home/node/npm-www/api
rsync -vazu --stats --no-implied-dirs --delete \
html/webfonts/ \
- node@new.npmjs.org:/home/node/npm-www/static/webfonts
+ node@npmjs.org:/home/node/npm-www/static/webfonts
rsync -vazu --stats --no-implied-dirs --delete \
html/style.css \
- node@new.npmjs.org:/home/node/npm-www/static/
+ node@npmjs.org:/home/node/npm-www/static/
zip-publish: release
- scp release/* npmjs.org:/var/www/npmjs.org/public/dist/
+ scp release/* izs.me:/var/www/izs.me/static/public/npm/
release:
@bash scripts/release.sh