This commit is contained in:
parent
15db60d57d
commit
1079ffa173
1 changed files with 10 additions and 1 deletions
|
|
@ -17,6 +17,15 @@ steps:
|
||||||
image: golang:1.24
|
image: golang:1.24
|
||||||
commands:
|
commands:
|
||||||
go build ./
|
go build ./
|
||||||
|
- name: upload
|
||||||
|
image: woodpeckerci/plugin-s3
|
||||||
|
settings:
|
||||||
|
endpoint: https://wikipress.s3.fr-par.scw.cloud
|
||||||
|
access_key:
|
||||||
|
from_secret: aws_access_key_id
|
||||||
|
secret_key:
|
||||||
|
from_secret: aws_secret_access_key
|
||||||
|
source: wikipress
|
||||||
|
target: wikipress
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue