forked from dreamfony/dv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
66 lines (65 loc) · 1.75 KB
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
project:
machine_name: dv
prefix: DV
human_name: Dv
profile:
name: dv
local:
protocol: http
hostname: 'local.${project.machine_name}.com'
git:
default_branch: master
remotes:
- '[email protected]:dv1.git'
cm:
features:
bundle: dv, activity, GeoNames
drush:
aliases:
remote: '${project.machine_name}.test'
local: self
ci: self
default_alias: '${drush.aliases.local}'
verbose: true
target-hooks:
frontend-setup:
dir: '${docroot}/themes/custom/patternlab'
command: 'yarn install --force'
frontend-build:
dir: '${docroot}/themes/custom/patternlab'
command: 'npm run compile'
post-deploy-build:
dir: '${docroot}'
command: 'echo ''No post-deploy build configured.'''
post-setup-build:
dir: '${docroot}'
command: 'echo ''No post-setup build configured.'''
import: '${repo.root}/custom/blt_custom_phing_commands.xml'
modules:
ci:
enable: { }
uninstall: [acquia_connector, shield]
deploy:
enable: [acquia_connector, shield, geo_area_migrate, dv_organisation_migrate]
uninstall: [devel, field_ui, views_ui]
local:
enable: [devel, field_ui, seckit, features_ui, views_ui, geo_area_migrate, dv_organisation_migrate]
uninstall: [acsf, acquia_connector]
drupal:
account.name: admin
account.password: admin
account.mail: [email protected]
# Skip this until we fix DV profile
# TODO Exclude files that fail validation in phing/tasks/filesets.xml
disable-targets:
setup:
git-hooks: true
tests:
phpunit: true
validate:
phpcs: true
local:
sync: true
pimpmylog:
enable: [syslog]
uninstall: [dblog]