Skip to main content
git push is the primary deploy flow. Use floo redeploy only when you need to trigger a build without a code change — for example, after updating env vars or changing access mode.
Force a redeploy from the current GitHub HEAD.

Arguments

Flags

Examples

What happens

  1. Preflight — validates config, checks ports, service names, env files, and Dockerfiles
  2. API — sends deploy request to the floo API
  3. Managed Services — provisions any missing Postgres, Redis, or Storage resources
  4. Build — API pulls source from connected GitHub repo and builds from your Dockerfile
  5. Deploy — image is pushed to Artifact Registry and deployed to Cloud Run
  6. URL — live URL is returned
Source is always pulled from GitHub. Code is never uploaded from your machine.

JSON output

Errors