CLI reference
jekyo up
Deploy the app described by jekyo.yaml.
Usage
jekyo up [flags]
Flags
| Flag | Description |
|---|---|
--env-file stringArray | env file(s) for ${VAR} interpolation |
-f, --file string | path to the app definition (default "jekyo.yaml") |
Examples
jekyo up # deploy ./jekyo.yaml
jekyo up -f apps/api/jekyo.yaml # deploy a specific file
jekyo up --env-file .env # interpolate ${SECRETS} from a file