Skip to content

Commit

Permalink
🐛 test
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxvik-xakerxxx committed Oct 25, 2023
1 parent 7653989 commit b107dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
mkdir ~/.kube/
echo "${{ secrets.KUBERCONFIG }}" | base64 -d > config
mv config ~/.kube/
ls -a
helm upgrade -i --kubeconfig ~/.kube/config "webclient" ".helm" --set global.IngressDomain=staging.rarime.com --set "image.repository=ghcr.io/${GITHUB_REPOSITORY}" --set "image.tag=${GITHUB_SHA}" --create-namespace --namespace rarime-landing-stage-rarime

0 comments on commit b107dca

Please sign in to comment.