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