Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chengww5217 committed Oct 12, 2019
1 parent 666a672 commit 6c722ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
jcenter()
}
dependencies {
classpath 'com.chengww:gradle-deploy:0.0.1'
classpath 'com.chengww:gradle-deploy:0.0.2'
}
}
```
Expand Down Expand Up @@ -112,4 +112,9 @@ qingstor.bucket=bucket-name

3. 添加 `deploy_type=aliyun` 之后需要配置阿里云 OSS 的相关信息以进行上传。

TBD
| 参数名 | 参数说明 | 是否必填 | 参考数据 |
| -------------------------- | ----------------- | -------- | ----------- |
| aliyun.access_key_id | access_key_id || |
| aliyun.secret_access_key | secret_access_key || |
| aliyun.endpoint | endpoint || oss-cn-beijing.aliyuncs.com |
| aliyun.bucket | bucket 名称 || bucket-name |
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ publish {
userOrg = 'chengww5217'
groupId = 'com.chengww'
artifactId = 'gradle-deploy'
publishVersion = '0.0.1'
publishVersion = '0.0.2'
desc = 'A deploy script for projects built by gradle'
website = 'https://github.com/chengww5217/gradle-deploy'
}
Expand Down

0 comments on commit 6c722ac

Please sign in to comment.