Skip to content

Instantly share code, notes, and snippets.

@mlncn
Created December 13, 2022 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlncn/9bc365d62d710e1eb137c903ce49616e to your computer and use it in GitHub Desktop.
Save mlncn/9bc365d62d710e1eb137c903ce49616e to your computer and use it in GitHub Desktop.
BLT yaml
# This file contains your BLT configuration. For a list of all available
# properties with current values run `blt config:dump`. Default values come
# from vendor/acquia/blt/config/build.yml.
#
# These values can be overridden at the command line using `--define`, i.e.:
# blt setup --define project.profile.name=minimal
#
# However, when tokens in this file are expanded, they will not use any such
# command-line overrides. For instance, `blt sync --define drush.aliases.local`
# will not modify `drush.default_alias`, even though `drush.default_alias` is
# set to `drush.aliases.local` by default.
project:
# Everyone: This will determine the the directory name of the new repository.
# Dev Desktop users: this should match your local site name.
machine_name: refer-laaha
# Used for enforcing correct git commit msg syntax.
prefix: refer-laaha
human_name: 'refer-laaha'
profile:
name: refer-laaha
# This will be used as the local uri for all developers.
local:
protocol: http
hostname: 'local.${project.machine_name}.com'
# Configuration settings for new git repository.
git:
default_branch: develop
remotes:
cloud: 'vss2@svn-5468.devcloud.hosting.acquia.com:vss2.git'
deploy:
# When manually deploying a tag, also tag the source repository.
tag_source: false
drush:
# You can set custom project aliases in drush/sites/*.site.yml.
aliases:
# The drush alias against which all ci commands are run.
ci: self
# The default drush alias to be used when no environment is specified.
default_alias: '${drush.aliases.local}'
# An array of modules to be enabled or uninstalled automatically in local, ci,
# and deploy contexts.
# modules:
# command-hooks:
# post-deploy-build:
# dir: '${repo.root}'
# command: ./scripts/frontend-setup.sh && ./scripts/frontend-build.sh
validate:
twig:
filters:
- image_style
functions:
- drupal_block
- drupal_view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment