mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Update to the new CNAME.
This commit is contained in:
parent
f26bceebb6
commit
47f493949d
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ jobs:
|
|||
shell: bash
|
||||
working-directory: dest
|
||||
run: |
|
||||
helm repo index . --url https://teampiped.github.io/Piped-Kubernetes/
|
||||
helm repo index . --url https://helm.piped.video
|
||||
- name: Commit changes
|
||||
shell: bash
|
||||
working-directory: dest
|
||||
|
@ -72,4 +72,4 @@ jobs:
|
|||
git add $(git ls-files -o --exclude-standard)
|
||||
git add index.yaml
|
||||
git commit -m "Updated from ref: $GITHUB_SHA"
|
||||
git push
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue