Most Static Site Generators offer a number of configuration options for use on the command line. Configure these and other CloudCannon-specific build options per site.
To change a command line build option:
See in-depth details for configuring Environments and Optimizations
By default CloudCannon uses /Gemfile
as the gem source. To change this you can set the BUNDLE_GEMFILE
environment variable. e.g. BUNDLE_GEMFILE=src/Gemfile
.
Setting the BUNDLE_GEMFILE environment variable requires that your gems are specified in the _config.yml file.