Skip to content

Commit

Permalink
Use bucket name
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Mar 20, 2018
1 parent ee097c9 commit c6033c1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -656,13 +656,20 @@ pipeline:
TESTS: acceptance-ui
publish-s3:
image: plugins/s3-sync:1.1
bucket: nextcloud-ui-regression.s3-website.eu-central-1.amazonaws.com
bucket: nextcloud-ui-regression
region: eu-central-1
secret_key: $AWS_SECRET_ACCESS_KEY
access_key: $AWS_ACCESS_KEY_ID
source: tests/ui-regression/out/**/*
target: prs/${DRONE_PULL_REQUEST}
secrets: [ aws_access_key_id, aws_secret_access_key ]
access_key: $AWS_ACCESS_KEY_ID
secret_key: $AWS_SECRET_ACCESS_KEY
when:
matrix:
TESTS: acceptance-ui-upload
publish-s3-debug:
image: juliushaertl/ui-regression:latest
secrets: [ aws_access_key_id ]
commands:
- echo $AWS_ACCESS_KEY_ID
when:
matrix:
TESTS: acceptance-ui-upload
Expand Down

0 comments on commit c6033c1

Please sign in to comment.