From 7c9060c394090b4b5461965b3837eae23193a9cf Mon Sep 17 00:00:00 2001 From: Hussein Galal Date: Wed, 3 Jan 2024 02:37:08 +0200 Subject: [PATCH] fix chart release (#77) Signed-off-by: galal-hussein --- ops/index-chart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ops/index-chart b/ops/index-chart index 8a9bef41..4b277077 100755 --- a/ops/index-chart +++ b/ops/index-chart @@ -23,6 +23,9 @@ cr index --token ${GITHUB_TOKEN} \ # push to gh-pages git config --global user.email "hussein.galal.ahmed.11@gmail.com" git config --global user.name "galal-hussein" +git remote add k3kgit git@github.com:rancher/k3k.git + +# push index.yaml to gh-pages git add index.yaml git commit -m "add chart-${CHART_TAG} to index.yaml" -git push --set-upstream origin HEAD:gh-pages +git push --set-upstream k3kgit HEAD:gh-pages