|
|
|
@ -33,7 +33,7 @@ pipeline: |
|
|
|
|
- make release |
|
|
|
|
when: |
|
|
|
|
event: [ push, tag ] |
|
|
|
|
branch: [ master ] |
|
|
|
|
branch: [ master, S3 ] |
|
|
|
|
gitea: |
|
|
|
|
image: plugins/gitea-release:latest |
|
|
|
|
pull: true |
|
|
|
@ -66,7 +66,7 @@ pipeline: |
|
|
|
|
endpoint: https://storage.h.jonasfranz.software |
|
|
|
|
when: |
|
|
|
|
event: [ push ] |
|
|
|
|
branch: [ s3 ] |
|
|
|
|
branch: [ S3 ] |
|
|
|
|
s3: |
|
|
|
|
image: plugins/s3 |
|
|
|
|
secrets: [ aws_access_key_id, aws_secret_access_key ] |
|
|
|
|