frankendeploy deploy
frankendeploy deploy
Deploy application to a server
Synopsis
Deploys the application to the specified server.
The deployment process:
- Builds Docker image locally
- Pushes image to server
- Starts new container
- Runs health checks
- Switches traffic to new version
- Cleans up old releases
CI/CD: If no server is specified, FRANKENDEPLOY_SERVER environment variable is used.
frankendeploy deploy [server] [flags]
Options
-f, --force Force deployment even if checks fail
-h, --help help for deploy
--no-build Skip image build (use existing image)
--no-remote-build Force local build (ignore saved preference)
--remote-build Build image on the server (recommended for cross-architecture)
-t, --tag string Image tag (default: timestamp)
Options inherited from parent commands
--config string Config file (default: frankendeploy.yaml)
-v, --verbose Show detailed logs
-y, --yes Skip confirmations (CI/CD mode)
SEE ALSO
- frankendeploy - Deploy Symfony applications with FrankenPHP