Skip to content

Commit

Permalink
refactor: Update Docker deployment regions for chat services
Browse files Browse the repository at this point in the history
  • Loading branch information
Arghya721 committed Aug 12, 2024
1 parent 623e593 commit 534d2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
service_name: "chat-with-llms-backend" # Replace with the name of your existing Cloud Run service
image: "asia-south1-docker.pkg.dev/chat-with-llms-dcefd/chat-with-llms-backend/chat-with-llms-backend:latest"
platform: "managed"
region: "asia-south1"
region: "asia-east1"
service: "chat-with-llms-backend"
port: 8080

Expand All @@ -126,6 +126,6 @@ jobs:
service_name: "chat-with-llms-frontend" # Replace with the name of your existing Cloud Run service
image: "asia-south1-docker.pkg.dev/chat-with-llms-dcefd/chat-with-llms-frontend/chat-with-llms-frontend:latest"
platform: "managed"
region: "asia-south1"
region: "asia-east1"
service: "chat-with-llms-frontend"
port: 3000

0 comments on commit 534d2ed

Please sign in to comment.