mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-13 22:00:38 +05:30
Update to the new CNAME.
This commit is contained in:
parent
f26bceebb6
commit
47f493949d
@ -62,7 +62,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
working-directory: dest
|
working-directory: dest
|
||||||
run: |
|
run: |
|
||||||
helm repo index . --url https://teampiped.github.io/Piped-Kubernetes/
|
helm repo index . --url https://helm.piped.video
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: dest
|
working-directory: dest
|
||||||
@ -72,4 +72,4 @@ jobs:
|
|||||||
git add $(git ls-files -o --exclude-standard)
|
git add $(git ls-files -o --exclude-standard)
|
||||||
git add index.yaml
|
git add index.yaml
|
||||||
git commit -m "Updated from ref: $GITHUB_SHA"
|
git commit -m "Updated from ref: $GITHUB_SHA"
|
||||||
git push
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user