frankendeploy env push
frankendeploy env push
Push a .env file to the server
Synopsis
Pushes a local .env file to the server, merging with existing variables.
Use —reload to apply changes immediately (restarts the container).
Example: frankendeploy env push prod .env.prod —reload
frankendeploy env push <server> <file> [flags]
Options
-h, --help help for push
--reload Restart container to apply changes immediately
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 env - Manage environment variables on servers