Skip to content

Commit 421e830

Browse files
Update google.yml
1 parent 4e5605c commit 421e830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/google.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
1818

1919
env:
2020
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
21-
GKE_CLUSTER: cluster-1 # TODO: update to cluster name
21+
GKE_CLUSTER: gj-cluster-1 # TODO: update to cluster name
2222
GKE_ZONE: us-central1-c # TODO: update to cluster zone
23-
DEPLOYMENT_NAME: gke-test # TODO: update to deployment name
23+
DEPLOYMENT_NAME: git-gke-test # TODO: update to deployment name
2424
IMAGE: static-site
2525

2626
jobs:

0 commit comments

Comments
 (0)