hyperctl deploy
command
Overview
The hyperctl deploy
command performs a full website build and deploys the resulting build output to the configured provider.
NOTE: files are only written to the provider on successful build.
Usage
1$ hyperctl deploy -h
2Deploy a static site build to a HyperProvider.
3
4Usage:
5 hyperctl deploy [options]
6
7Options:
8 -c, --config path to the website configuration file. (required) (env: HYPER_CONFIG) (default: site.yaml)
9 -h, --help Display help information.
Options
-c
,--config
- Path to the website configuration file (
site.yaml
orsite.json
).Defaults to the
HYPER_CONFIG
environment variable, if set.To configure a default, use the
export
command.1export HYPER_CONFIG="site.yaml"