tailorctl workspace staticwebsite deploy
Deploy a directory to a static website. This command packages the specified directory into a tar.gz archive and streams it to the server for deployment.
Usage
tailorctl workspace staticwebsite deploy [flags]
Flags
-d, --directory string Directory to deploy
-h, --help help for deploy
-n, --name string Name of the static website
Flags inherited from parent commands
-w, --workspace_id string workspace ID (overrides active context)
See also
- tailorctl workspace staticwebsite - Manages static websites