Skip to content

Commit f79c592

Browse files
author
tiger
committed
update
1 parent ad19305 commit f79c592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chiki/deploy/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def pip(file='../requirements/prod.txt'):
103103
put(file, os.path.join(env.path, 'requirements.txt'))
104104
with cd(env.path):
105105
# xrun('pip install -r setuptools==35.0.2')
106-
xrun('pip install -r requirements.txt')
106+
xrun('pip install -r requirements.txt --trusted-host mirrors.aliyun.com')
107107

108108

109109
@roles('repo')

0 commit comments

Comments
 (0)