Set version of s3

Signed-off-by: Jonas Franz <info@jonasfranz.software>
pull/15/head
Jonas Franz 7 years ago
parent 5a646e1145
commit dc686e6910
Signed by: JonasFranzDEV
GPG Key ID: 506AEEBE80BEDECD
  1. 6
      .drone.yml

@ -56,7 +56,8 @@ pipeline:
event: [ push, tag ] event: [ push, tag ]
branch: [ master ] branch: [ master ]
s3: s3:
image: plugins/s3 image: plugins/s3:1
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ] secrets: [ aws_access_key_id, aws_secret_access_key ]
bucket: gitea-github-migrator bucket: gitea-github-migrator
path_style: true path_style: true
@ -69,7 +70,8 @@ pipeline:
event: [ push ] event: [ push ]
branch: [ S3 ] branch: [ S3 ]
s3: s3:
image: plugins/s3 image: plugins/s3:1
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ] secrets: [ aws_access_key_id, aws_secret_access_key ]
bucket: gitea-github-migrator bucket: gitea-github-migrator
path_style: true path_style: true

Loading…
Cancel
Save