Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 13, 2024
1 parent a3196d1 commit af04592
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
required: false
type: string

env:
IMAGE_NAME: cohere-toolkit-backend

jobs:
deploy:
Expand All @@ -37,11 +35,11 @@ jobs:
# Deploy the image to Cloud Run
- name: Deploy to Cloud Run
env:
Database_URL: ${{ secrets.DATABASE_URL }}
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
IMAGE_NAME: ${{ env.IMAGE_NAME }}
# env:
# Database_URL: ${{ secrets.DATABASE_URL }}
# COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
# GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
# IMAGE_NAME: ${{ env.IMAGE_NAME }}

run: |
gcloud run deploy ${{ env.IMAGE_NAME }} \
Expand Down

0 comments on commit af04592

Please sign in to comment.