Last active
November 16, 2020 23:23
-
-
Save AllieRays/41d8bfed69e41ca57938264913d9a5ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project: | |
machine_name: eaacsf | |
prefix: eaacsf | |
human_name: eaacsf | |
profile: | |
name: lightning | |
local: | |
protocol: http | |
hostname: local.eaacsf.com | |
git: | |
default_branch: master | |
remotes: | |
- '[email protected]:eaacsf.git' | |
- '[email protected]: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