|
@ -17,12 +17,12 @@ pipeline: |
|
|
s3: |
|
|
s3: |
|
|
image: plugins/s3 |
|
|
image: plugins/s3 |
|
|
bucket: aiterp |
|
|
bucket: aiterp |
|
|
source: output/* |
|
|
|
|
|
|
|
|
source: /output/* |
|
|
target: /build/rpdata/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT} |
|
|
target: /build/rpdata/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT} |
|
|
path_style: true |
|
|
path_style: true |
|
|
endpoint: https://ams3.digitaloceanspaces.com |
|
|
endpoint: https://ams3.digitaloceanspaces.com |
|
|
secret_key: $${SPACE_SECRET_KEY} |
|
|
|
|
|
access_key: $${SPACE_ACCESS_KEY} |
|
|
|
|
|
|
|
|
secret_key: $SPACE_SECRET_KEY |
|
|
|
|
|
access_key: $SPACE_ACCESS_KEY |
|
|
acl: public-read |
|
|
acl: public-read |
|
|
matrix: |
|
|
matrix: |
|
|
CMD: |
|
|
CMD: |
|
|