lizard redeploy
Trigger a fresh build (latest commit / last upload) with current variables.
Usage
lizard redeploy [flags]Flags
| Flag | Description |
|---|---|
-s, --service <name> | Service |
--detach | Don’t stream logs |
Examples
Rebuild and redeploy a service
lizard redeploy --service apiRedeploy without streaming logs
lizard redeploy --service api --detachSee 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