We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5605c commit 421e830Copy full SHA for 421e830
.github/workflows/google.yml
@@ -18,9 +18,9 @@ on:
18
19
env:
20
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
21
- GKE_CLUSTER: cluster-1 # TODO: update to cluster name
+ GKE_CLUSTER: gj-cluster-1 # TODO: update to cluster name
22
GKE_ZONE: us-central1-c # TODO: update to cluster zone
23
- DEPLOYMENT_NAME: gke-test # TODO: update to deployment name
+ DEPLOYMENT_NAME: git-gke-test # TODO: update to deployment name
24
IMAGE: static-site
25
26
jobs:
0 commit comments