Created
March 15, 2025 15:24
-
-
Save kamarton/1563c17b3ae5fc6a0b911aa2cbf94aab to your computer and use it in GitHub Desktop.
Google Cloud - Cloud run build and deploy command (CLI)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
gcloud run deploy \ | |
<name> \ | |
--project=<project-name> \ | |
--region=<region> \ | |
--source . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment