Skip to content

Commit

Permalink
Update push-main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
g1raffi authored Nov 20, 2023
1 parent 4675625 commit 53baccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,19 @@ jobs:
mkdir -p $HOME/.kube
echo "$KUBE_CONFIG" > $HOME/.kube/config
-
name: Deploy acend Helm Release
name: Deploy acend mobi Helm Release
env:
TRAINING_HELM_RELEASE: 'latest'
TRAINING_NAMESPACE: 'acend-quarkus-training-prod'
TRAINING_VERSION: '${{ github.sha }}'
run: |
helm upgrade $TRAINING_HELM_RELEASE acend-training-chart --install --wait --kubeconfig $HOME/.kube/config --namespace=$TRAINING_NAMESPACE --set=app.name=$HELM_RELEASE --set=app.version=$TRAINING_VERSION --repo=https://acend.github.io/helm-charts/ --values=helm-chart/values-acend.yaml --atomic
-
name: Redeploy acend Deployments
name: Redeploy acend mobi Deployments
env:
TRAINING_HELM_RELEASE: 'latest'
TRAINING_HELM_NAME: 'quarkus-lab'
TRAINING_HELM_NAME: 'quarkus-techlab'
TRAINING_NAMESPACE: 'acend-quarkus-training-prod'
run: |
kubectl rollout restart deployment/${TRAINING_HELM_RELEASE}-${TRAINING_HELM_NAME}-acend --kubeconfig $HOME/.kube/config --namespace $TRAINING_NAMESPACE
kubectl rollout restart deployment/${TRAINING_HELM_RELEASE}-${TRAINING_HELM_NAME}-mobi --kubeconfig $HOME/.kube/config --namespace $TRAINING_NAMESPACE

0 comments on commit 53baccc

Please sign in to comment.