Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-05-11 17:58:50 +0800
Commit
90a3b0197cec99482e862c28c2394e9da9deeec9
1 parent
d2180e97
修改docker.sh限制灰度编译和上传cdn
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
docker.sh
docker.sh
100644 → 100755
View file @
90a3b01
...
...
@@ -7,4 +7,10 @@ if [[ $1 == "TEST1" ]] || [[ $1 == "TEST2" ]] || [[ $1 == "TEST3" ]]
then
yarn build
fi
tar -czvf yohobuy-node.tar.gz
*
\ No newline at end of file
if
[[
$1
==
"yoho-gray"
]]
then
rm -rf public/dist
yarn build
yarn upload -f
fi
tar -czvf yohobuy-node.tar.gz
*
...
...
Please
register
or
login
to post a comment