mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Tue Aug 29 07:03:03 PM CEST 2023
This commit is contained in:
parent
3853c016da
commit
32e0ca7bf6
1 changed files with 33 additions and 18 deletions
|
@ -24,6 +24,10 @@ steps:
|
|||
|
||||
- make all
|
||||
|
||||
|
||||
|
||||
# my ts+axios api stuff
|
||||
######
|
||||
#
|
||||
# release:
|
||||
# image: alpine
|
||||
|
@ -40,23 +44,34 @@ steps:
|
|||
#
|
||||
|
||||
|
||||
upload:
|
||||
image: woodpeckerci/plugin-s3
|
||||
when:
|
||||
- branch: main
|
||||
settings:
|
||||
bucket: artifacts
|
||||
source: "*.{tar.gz,sha256sum}"
|
||||
target: /${CI_BUILD_NUMBER}
|
||||
path_style: true
|
||||
endpoint: https://storage.ci.librewolf.net
|
||||
|
||||
secrets: [aws_access_key_id, aws_secret_access_key]
|
||||
|
||||
display-links:
|
||||
image: alpine
|
||||
when:
|
||||
- branch: main
|
||||
commands:
|
||||
- echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz"
|
||||
- echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz.sha256sum"
|
||||
|
||||
# uploading to stortage.ci.librewolf.net
|
||||
####
|
||||
#
|
||||
# upload:
|
||||
# image: woodpeckerci/plugin-s3
|
||||
# when:
|
||||
# - branch: main
|
||||
# settings:
|
||||
# bucket: artifacts
|
||||
# source: "*.{tar.gz,sha256sum}"
|
||||
# target: /${CI_BUILD_NUMBER}
|
||||
# path_style: true
|
||||
# endpoint: https://storage.ci.librewolf.net
|
||||
#
|
||||
# secrets: [aws_access_key_id, aws_secret_access_key]
|
||||
#
|
||||
# display-links:
|
||||
# image: alpine
|
||||
# when:
|
||||
# - branch: main
|
||||
# commands:
|
||||
# - echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz"
|
||||
# - echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz.sha256sum"
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue