forked from spicecadet/Pantheon-D9-Upstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpantheon.yml
32 lines (31 loc) · 1.08 KB
/
pantheon.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
api_version: 1
web_docroot: true
# See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values.
enforce_https: transitional
php_version: 7.4
database:
version: 10.4
drush_version: 10
build_step: true
protected_web_paths:
- /private/
- /sites/default/files/private/
- /sites/default/files/config/
# OU Quicksilver workflows
workflows:
deploy_product:
after:
- type: webphp
description: Echo out all available vars for after process of upstream site creation
script: private/scripts/echo_quicksilver_vars_available.php
- type: webphp
description: Run a site install with the standard profile
script: private/scripts/mosaic-quicksilver/deploy_product/install_site_from_profile.php
create_cloud_development_environment:
after:
- type: webphp
description: Echo out all available vars for after process of upstream site creation
script: private/scripts/echo_quicksilver_vars_available.php
- type: webphp
description: Enable Devel etc.
script: private/scripts/enable_dev_modules.php