mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Upload build artifacts to s3 bucket
This commit is contained in:
parent
e85bd4a54b
commit
c1993d63fe
1 changed files with 12 additions and 0 deletions
12
.travis.yml
12
.travis.yml
|
@ -80,6 +80,18 @@ script:
|
|||
- sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
|
||||
- cp ./.ci/bintray-release.json .
|
||||
deploy:
|
||||
- provider: s3
|
||||
access_key_id: $ARTIFACTS_KEY
|
||||
secret_access_key: $ARTIFACTS_SECRET
|
||||
bucket: $ARTIFACTS_BUCKET
|
||||
region: $AWS_DEFAULT_REGION
|
||||
detect_encoding: true
|
||||
cache_control: "max-age=31536000"
|
||||
skip_cleanup: true
|
||||
file_glob: true
|
||||
file:
|
||||
- nheko-${VERSION}-x86_64.AppImage
|
||||
- nheko-${VERSION}.dmg
|
||||
- provider: bintray
|
||||
user: "redsky17"
|
||||
key:
|
||||
|
|
Loading…
Reference in a new issue