Skip to content

Commit

Permalink
enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxuan committed Nov 4, 2019
1 parent fec4250 commit 030f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frondend/downloadIndexHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { DEPLOY_TYPE } = process.env

const bucketName = DEPLOY_TYPE === 'beta' ? 'beta-assets-tuchuang-space' : 'assets-tuchuang-space'

console.log(`当前发布静态资源的环境为: DEPLOY_TYPE: ${DEPLOY_TYPE}, bucketName: ${bucketName}`)
console.log(`downloadIndexHtml.js: 当前发布静态资源的环境为: DEPLOY_TYPE: ${DEPLOY_TYPE}, bucketName: ${bucketName}`)

const client = new Oss({
region: 'oss-cn-hangzhou',
Expand Down

0 comments on commit 030f4ff

Please sign in to comment.