We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de5139 commit c45fe9bCopy full SHA for c45fe9b
.github/workflows/main.yaml
@@ -27,7 +27,6 @@ jobs:
27
echo "secret_key = ${{ secrets.S3_SECRET_KEY }}" >> ~/.s3cfg
28
echo "host_base = fsn1.your-objectstorage.com" >> ~/.s3cfg
29
echo "host_bucket = %(bucket)s.fsn1.your-objectstorage.com" >> ~/.s3cfg
30
- echo "use_https = True" >> ~/.s3cfg
31
- name: Upload files to Hetzner S3
32
run: |
33
s3cmd sync ./public ${{ secrets.S3_BUCKET }} --delete-removed
0 commit comments