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
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
d11866a8d29978a29998e268b3b022f29c6d2ff6
1 parent
430a2b71
更新七牛上传key
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 @
d11866a
...
...
@@ -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