Update to s3cmd config

This commit is contained in:
Will Webberley 2023-03-25 17:22:53 +00:00
parent 6c9612bd4c
commit aa3f968182

View File

@ -8,5 +8,5 @@ pipeline:
commands:
- apk update
- apk add s3cmd curl
- s3cmd --configure --access_key=$S3_ACCESS_KEY --secret_key=$S3_SECRET_ACCESS_KEY -s --no-encrypt --dump-config
- s3cmd --configure --access_key=$S3_ACCESS_KEY --secret_key=$S3_SECRET_ACCESS_KEY -s --no-encrypt --dump-config 2>&1 | tee /root/.s3cfg
- s3cmd --host=https://eu-central-1.linodeobjects.com --host-bucket="%(bucket)s.eu-central-1.linodeobjects.com" sync public/* s3://wilw.dev