Skip to content

Instantly share code, notes, and snippets.

@kamarton
Created March 15, 2025 15:24
Show Gist options
  • Save kamarton/1563c17b3ae5fc6a0b911aa2cbf94aab to your computer and use it in GitHub Desktop.
Save kamarton/1563c17b3ae5fc6a0b911aa2cbf94aab to your computer and use it in GitHub Desktop.
Google Cloud - Cloud run build and deploy command (CLI)
#!/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