Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
fc22688827d8b3994b0f1c2500cafe16d99bcefb
2 parents
430a2b71
d11866a8
Merge branch 'feature/qiniu' into 'master'
更新七牛上传key See merge request
!1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/ci/gulpfile.js
apps/ci/gulpfile.js
View file @
fc22688
...
...
@@ -20,8 +20,8 @@ gulp.task('upQiniu', () => {
// 找到对应项目对应的版本的静态资源上传至七牛cdn
gulp
.
src
(
path
.
join
(
__dirname
,
`
..
/
..
/
packages
/
$
{
name
}
/${time}/
$
{
pkg
}
/**`
))
.pipe
(
qiniu
({
accessKey
:
'cY9B5ZgON_7McTS5zV5nTeRyQ98MOcVD7W4eGVbE'
,
secretKey
:
'RduqgmK7cAtaQvdIa1ax_zzmMsnv9ac-Ka0uF6wG'
,
accessKey
:
'BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU'
,
secretKey
:
'_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK'
,
bucket
:
'yohocdn'
},
{
dir
:
pkg
...
...
Please
register
or
login
to post a comment