Skip to content

Commit

Permalink
Added deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Filipów committed Apr 9, 2024
1 parent 48684fd commit e047c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-run-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ name: Build and Deploy to Cloud Run
on:
workflow_dispatch:
push:
branches: [ "loan-assistant" ]
branches: [ "file-upload" ]
env:
PROJECT_ID: genuine-wording-417014 # TODO: update Google Cloud project id
GAR_LOCATION: europe-west3 # TODO: update Artifact Registry location
SERVICE: loan-chatbot-backend # TODO: update Cloud Run service name
SERVICE: file-chatbot-backend # TODO: update Cloud Run service name
REGION: europe-west3 # TODO: update Cloud Run service region

jobs:
Expand Down

0 comments on commit e047c58

Please sign in to comment.