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 d138e17 commit a679adc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ jobs:


- name: Verify Environment Variables
env:
THE_TAG: ${{ github.event.inputs.tags }}
ENV_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
run: |
echo "Project ID: ${{ vars.GCP_PROJECT_ID }}"
echo "Image Name: ${{ env.IMAGE_NAME }}"
echo "Tag: ${{ env.THE_TAG }}"
echo "Secrets: ${{ secrets.GCP_PROJECT_ID }}"
# Deploy the image to Cloud Run
- name: Deploy to Cloud Run
Expand Down

0 comments on commit a679adc

Please sign in to comment.