CLI reference

jekyo up

Deploy the app described by jekyo.yaml.

Usage

jekyo up [flags]

Flags

FlagDescription
--env-file stringArrayenv file(s) for ${VAR} interpolation
-f, --file stringpath 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
Previous
jekyo init