Skip to content

Commit

Permalink
Set compute zone
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Jun 28, 2023
1 parent 4074406 commit ecbf2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Configure kubectl
run: |
gcloud config set project ${{ secrets.PROJECT_ID }}
gcloud config set compute/zone us-central1-f
gcloud container clusters get-credentials ${{ secrets.CLUSTER_NAME }}
- name: Create contacts configmap
run: kubectl apply -f deployment/k8s/configmap.yaml --namespace project-llllm
Expand Down

0 comments on commit ecbf2a6

Please sign in to comment.