diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 93f4614..45c9a74 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -29,6 +29,6 @@ jobs: - name: Create version file run: | echo "${tags}" > version.txt - aws s3 cp ./version.txt s3://s3.adminlabs.space/docs + aws --endpoint-url=http://78.40.188.97:9000 s3 cp ./version.txt s3://doc