actions: consolidate ig
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user