lizard redeploy

Trigger a fresh build (latest commit / last upload) with current variables.

Usage

lizard redeploy [flags]

Flags

FlagDescription
-s, --service <name>Service
--detachDon’t stream logs

Examples

Rebuild and redeploy a service

lizard redeploy --service api

Redeploy without streaming logs

lizard redeploy --service api --detach

See also

  • lizard restart — rolling restart of the current build, no rebuild
  • lizard up — upload the current directory and deploy it
  • Deployments — how deploys, restarts, and rebuilds work