Drone CI change S3 region to secret
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
121eca8d64
commit
2ccf8a4eb3
@ -51,7 +51,8 @@ steps:
|
|||||||
source: public/**/*
|
source: public/**/*
|
||||||
enpoint:
|
enpoint:
|
||||||
from_secret: S3_ENDPOINT
|
from_secret: S3_ENDPOINT
|
||||||
region: ap-southeast-1
|
region:
|
||||||
|
from_secret: S3_REGION
|
||||||
bucket: drone
|
bucket: drone
|
||||||
target: /target/location/${DRONE_BUILD_NUMBER}
|
target: /target/location/${DRONE_BUILD_NUMBER}
|
||||||
access_key:
|
access_key:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user