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
|
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
|
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: |
|
run: |
|
||||||
cat > ~/.s3cfg << EOF
|
cat > ~/.s3cfg << EOF
|
||||||
[default]
|
[default]
|
||||||
@@ -85,9 +85,6 @@ jobs:
|
|||||||
host_bucket = weyma-s3.infra.dubyatp.xyz
|
host_bucket = weyma-s3.infra.dubyatp.xyz
|
||||||
use_https = True
|
use_https = True
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Copy files to S3 and clear cache
|
|
||||||
run: |
|
|
||||||
s3cmd sync --recursive --acl-public gitea/ s3://${{ secrets.AWS_S3_BUCKET}}/charts/
|
s3cmd sync --recursive --acl-public gitea/ s3://${{ secrets.AWS_S3_BUCKET}}/charts/
|
||||||
|
|
||||||
release-gitea:
|
release-gitea:
|
||||||
|
|||||||
Reference in New Issue
Block a user