chore: deploy

This commit is contained in:
Danny
2025-07-10 08:37:02 -07:00
parent c59e41429b
commit 40b8be631d

View File

@ -72,3 +72,17 @@ jobs:
push: true
tags: ${{ steps.meta-website.outputs.tags }}
labels: ${{ steps.meta-website.outputs.labels }}
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
- name: Get GKE credentials
uses: google-github-actions/get-gke-credentials@v1
with:
cluster_name: ${{ secrets.GKE_CLUSTER_NAME }}
location: ${{ secrets.GKE_CLUSTER_LOCATION }}
- name: Restart deployment
run: kubectl rollout restart deployment/sqlchat --namespace website