Sha256: 42e5c16d8c0a1cb1f749d3804c2d642a412f0266b2adf676421fff4158b12de2
Contents?: true
Size: 1.11 KB
Versions: 29
Compression:
Stored size: 1.11 KB
Contents
# Blueprint: <%= blueprint_name %> ## Usage 1. Configure: configs/<%= blueprint_name %> values 2. Deploy ## Configure First you want to configure the `configs/<%= blueprint_name %>` [config files](https://lono.cloud/docs/core/configs/). You can use [lono seed](https://lono.cloud/reference/lono-seed/) to configure starter values quickly. LONO_ENV=development lono seed <%= blueprint_name %> For additional environments: LONO_ENV=production lono seed <%= blueprint_name %> The generated files in `config/<%= blueprint_name %>` folder look something like this: configs/<%= blueprint_name %>/ ├── params │ ├── development.txt │ └── production.txt └── variables ├── development.rb └── production.rb ## Deploy Use the [lono cfn deploy](https://lono.cloud/reference/lono-cfn-deploy/) command to deploy. Example: LONO_ENV=development lono cfn deploy <%= blueprint_name %>-development --blueprint <%= blueprint_name %> --sure LONO_ENV=production lono cfn deploy <%= blueprint_name %>-production --blueprint <%= blueprint_name %> --sure
Version data entries
29 entries across 29 versions & 1 rubygems