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.Arguments
Flags
Examples
What happens
- Preflight — validates config, checks ports, service names, env files, and Dockerfiles
- API — sends deploy request to the floo API
- Managed Services — provisions any missing Postgres, Redis, or Storage resources
- Build — API pulls source from connected GitHub repo and builds from your Dockerfile
- Deploy — image is pushed to Artifact Registry and deployed to Cloud Run
- URL — live URL is returned
Source is always pulled from GitHub. Code is never uploaded from your machine.