Skip to content

Commit

Permalink
Update build-rolebot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 authored Jan 21, 2024
1 parent a75e458 commit f673c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rolebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Log into K8s cluster
run: doctl kubernetes cluster kubeconfig save --expiry-seconds 600 k8s-zma-website
- name: Deploy image to cluster
run: kubectl set image deployment/rolebot ui=ghcr.io/vzma/rolebot:${{ github.sha }} --record -n zma-web-stack
run: kubectl set image deployment/rolebot rolebot=ghcr.io/vzma/rolebot:${{ github.sha }} --record -n zma-web-stack
- name: Verify deployment
run: kubectl rollout status deployment/rolebot -n zma-web-stack

0 comments on commit f673c17

Please sign in to comment.