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 cc114b9 commit 2762813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Configure Docker
run: gcloud auth configure-docker


- name: Verify Environment Variables
run: |
echo "Project ID: ${{ secrets.GCP_PROJECT_ID }}"
echo "Image Name: ${{ env.IMAGE_NAME }}"
# Deploy the image to Cloud Run
- name: Deploy to Cloud Run
run: |
Expand Down

0 comments on commit 2762813

Please sign in to comment.