Skip to content

Instantly share code, notes, and snippets.

@AllieRays
Last active November 16, 2020 23:23
Show Gist options
  • Save AllieRays/41d8bfed69e41ca57938264913d9a5ba to your computer and use it in GitHub Desktop.
Save AllieRays/41d8bfed69e41ca57938264913d9a5ba to your computer and use it in GitHub Desktop.
project:
machine_name: eaacsf
prefix: eaacsf
human_name: eaacsf
profile:
name: lightning
local:
protocol: http
hostname: local.eaacsf.com
git:
default_branch: master
remotes:
- 'eaacsf@svn-247.enterprise-g1.hosting.acquia.com:eaacsf.git'
- 'git@github.com:acquia-pso/eacsf.git'
hooks:
commit-msg: false
pattern: false
cm:
strategy: config-split
core:
path: ../config
keys: sync
dirs: { sync: { path: '${cm.core.path}/default' } }
allow-overrides: true
deploy:
tag_source: true
post-deploy-build:
dir: '${deploy.dir}/drush'
command: 'find ''Commands'' -type d -name ''.git'' -exec rm -fr {} +'
drush:
aliases:
remote: '${project.machine_name}.test'
local: self
ci: self
default_alias: '${drush.aliases.local}'
modules:
local:
enable: { }
uninstall: [acquia_connector]
ci:
enable: { }
uninstall: [acquia_connector]
dev:
enable: { }
uninstall: { }
test:
enable: { }
uninstall: [dblog, devel, views_ui]
prod:
enable: { }
uninstall: [dblog, devel, views_ui]
validate:
acsf: true
cloud:
appId: e2c5a5a2-fe0a-409a-8dfc-4d1963625c52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment