Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit e1a1cc6

Browse files
committed
Use --verbose when calling deploy.sh from travis
1 parent 984b311 commit e1a1cc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ before_deploy:
2828

2929
deploy:
3030
- provider: script
31-
script: bash _scripts/deploy.sh production
31+
script: bash _scripts/deploy.sh --verbose production
3232
skip_cleanup: true
3333
on:
3434
repo: aws-samples/aws-genomics-workflows
3535
branch: release
3636
tags: true
3737
- provider: script
38-
script: bash _scripts/deploy.sh test
38+
script: bash _scripts/deploy.sh --verbose test
3939
skip_cleanup: true
4040
on:
4141
repo: aws-samples/aws-genomics-workflows

_scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function s3_sync() {
7777
cmd="aws s3 sync \
7878
--profile $ASSET_PROFILE \
7979
--region $DEPLOY_REGION \
80+
--acl public-read \
8081
--delete \
8182
--metadata commit=$(git rev-parse HEAD) \
8283
$source \

0 commit comments

Comments
 (0)