Skip to content

Commit 81975b8

Browse files
authored
Update deployment.yml
1 parent 9463d31 commit 81975b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Deployment
22

33
env:
44
GCP_PROJECT_ID: "fast-ai-exploration"
5-
GKE_CLUSTER: "fastapi-cluster"
5+
GKE_CLUSTER: "tfs-cluster"
66
GKE_REGION: "us-central1"
7-
IMAGE: "gcr.io/fast-ai-exploration/fastapi-k8s"
8-
GKE_DEPLOYMENT: "fastapi-server"
7+
IMAGE: "gcr.io/fast-ai-exploration/tfs-k8s"
8+
GKE_DEPLOYMENT: "tfs-server"
99

1010
on:
1111
release:
@@ -23,5 +23,6 @@ jobs:
2323
docker run -d --name serving_base tensorflow/serving
2424
2525
- name: Set up Kustomize
26+
run: |
2627
docker images
2728

0 commit comments

Comments
 (0)