diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 4a1f8cb..276b992 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -75,7 +75,7 @@ jobs: curl --fail --location --output gitea/index.yaml --silent --show-error https://dl.gitea.com/charts/index.yaml helm repo index gitea/ --url https://dl.gitea.com/charts --merge gitea/index.yaml - - name: aws credential configure + - name: Copy files to S3 and clear cache run: | cat > ~/.s3cfg << EOF [default] @@ -85,9 +85,6 @@ jobs: host_bucket = weyma-s3.infra.dubyatp.xyz use_https = True EOF - - - name: Copy files to S3 and clear cache - run: | s3cmd sync --recursive --acl-public gitea/ s3://${{ secrets.AWS_S3_BUCKET}}/charts/ release-gitea: