Commit a706dd05 authored by Yuanle Song's avatar Yuanle Song
Browse files

update "make deploy" to use https_proxy

parent 306fb310
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
DEMO_PROJECT_NAME := foo-bar
https_proxy ?= 127.0.0.1:8123

default:
test: py2
@@ -16,5 +17,5 @@ py2: py3
	rm -rf $(DEMO_PROJECT_NAME)
deploy:
# Please use a https proxy when run inside GFW.
	lein deploy clojars
	env https_proxy=$(https_proxy) lein deploy clojars
.PHONY: default test install py3 py2 deploy