Skip to content

Commit 716f5bc

Browse files
committed
Add make dist-upload
1 parent 317ba9f commit 716f5bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ $(TARBALL): node out/doc
171171
rm -rf $(TARNAME)
172172
gzip -f -9 $(TARNAME).tar
173173

174+
dist-upload: $(TARBALL) $(PKG)
175+
ssh [email protected] mkdir -p web/nodejs.org/dist/$(VERSION)
176+
scp $(TARBALL) [email protected]:~/web/nodejs.org/dist/$(VERSION)/$(TARBALL)
177+
scp $(PKG) [email protected]:~/web/nodejs.org/dist/$(VERSION)/$(TARNAME).pkg
178+
174179
bench:
175180
benchmark/http_simple_bench.sh
176181

0 commit comments

Comments
 (0)