Skip to content

Commit c45fe9b

Browse files
committed
do not specify ssl option because https is used by default
1 parent 9de5139 commit c45fe9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
echo "secret_key = ${{ secrets.S3_SECRET_KEY }}" >> ~/.s3cfg
2828
echo "host_base = fsn1.your-objectstorage.com" >> ~/.s3cfg
2929
echo "host_bucket = %(bucket)s.fsn1.your-objectstorage.com" >> ~/.s3cfg
30-
echo "use_https = True" >> ~/.s3cfg
3130
- name: Upload files to Hetzner S3
3231
run: |
3332
s3cmd sync ./public ${{ secrets.S3_BUCKET }} --delete-removed

0 commit comments

Comments
 (0)