forked from platypush/platypush
Added s3 region settings and changed destination bucket.
This commit is contained in:
parent
bfb4b78172
commit
9702612fd5
1 changed files with 7 additions and 4 deletions
11
.drone.yml
11
.drone.yml
|
@ -250,9 +250,12 @@ steps:
|
||||||
WORKDIR: /tmp/workdir
|
WORKDIR: /tmp/workdir
|
||||||
STABLE_PKG_NAME: platypush
|
STABLE_PKG_NAME: platypush
|
||||||
GIT_PKG_NAME: platypush-git
|
GIT_PKG_NAME: platypush-git
|
||||||
AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud
|
AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud
|
||||||
AWS_ACCESS_KEY_ID: aws_access_key_id
|
AWS_DEFAULT_REGION: nl-ams
|
||||||
AWS_SECRET_ACCESS_KEY: aws_secret_access_key
|
AWS_ACCESS_KEY_ID:
|
||||||
|
from_secret: aws_access_key_id
|
||||||
|
AWS_SECRET_ACCESS_KEY:
|
||||||
|
from_secret: aws_secret_access_key
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
@ -294,7 +297,7 @@ steps:
|
||||||
Description: Universal command executor and automation hub.
|
Description: Universal command executor and automation hub.
|
||||||
EOF
|
EOF
|
||||||
- dpkg --build "$GIT_BUILD_DIR"
|
- dpkg --build "$GIT_BUILD_DIR"
|
||||||
- aws s3 cp "$GIT_DEB" s3://platypush-static/deb/git/
|
- aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/git/
|
||||||
|
|
||||||
- name: update-pip-package
|
- name: update-pip-package
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
|
|
Loading…
Reference in a new issue