Skip to content

Commit

Permalink
Merge pull request #31 from CS3219-AY2425S1/deploy-fix
Browse files Browse the repository at this point in the history
fix cluster name
  • Loading branch information
guowei42 authored Nov 6, 2024
2 parents 0e4c053 + adc51b0 commit 0504207
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ai-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: ai-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-collab-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: collab-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-matching-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: matching-redis
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-matching-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: match-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-question-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: question-service
REPOSITORY_NAME: peerprep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-user-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: prod
GKE_CLUSTER: peerprep-cluster-1
GKE_ZONE: asia-southeast1
DEPLOYMENT_NAME: user-service
REPOSITORY_NAME: peerprep
Expand Down

0 comments on commit 0504207

Please sign in to comment.