Skip to content

Commit

Permalink
Update docker-gcp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Sep 11, 2024
1 parent 6f6aa43 commit 0855ce8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ jobs:
service: ${{ env.APP_NAME }}
image: us-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GCP_GAR_NAME }}/${{ env.APP_NAME }}:${{ github.sha }}
region: ${{ env.GCP_REGION }}
platform: managed
allow-unauthenticated: true
env_vars: |
R_CONFIG_ACTIVE=production

- name: Output Service URL
run: echo ${{ steps.deploy.outputs.url }}

0 comments on commit 0855ce8

Please sign in to comment.