Skip to content

Commit

Permalink
change deploy to cloudrun instead of k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Aug 1, 2024
1 parent e887377 commit 40af12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcp-build-gke-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
# Deploy to CloudRun
- name: Deploy Image to Cloud Run
run: |-
gcloud run deploy ${{ env.IMAGE_NAME }} \
gcloud run deploy ${{ env.GCP_IMAGE_NAME }} \
--image=${{ env.GCP_ARTIFACT_REGISTRY_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GCP_ARTIFACT_REGISTRY_NAME }}/${{ env.GCP_IMAGE_NAME }}:${{ github.sha }} \
--region=${{ vars.GCP_ARTIFACT_REGISTRY_LOCATION }} \
--port=3000 \
Expand Down

0 comments on commit 40af12a

Please sign in to comment.