mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 03:46:31 +00:00
fix chart release (#77)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user