-
Notifications
You must be signed in to change notification settings - Fork 2
/
pantheon.yml
34 lines (33 loc) · 1015 Bytes
/
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
33
34
# Put overrides to your pantheon.upstream.yml file here.
# For more information, see: https://pantheon.io/docs/pantheon-yml/
api_version: 1
web_docroot: true
# Drupal 9 requirements.
php_version: 8.1
drush_version: 10
build_step: false
database:
version: 10.4
search:
version: 8
workflows:
deploy:
after:
- type: webphp
description: "Invoke the processes after code has been deployed."
script: private/hooks/quicksilverDefault.php
sync_code:
after:
- type: webphp
description: "Invoke the processes after code has been pushed."
script: private/hooks/quicksilverDefault.php
create_cloud_development_environment:
after:
- type: webphp
description: 'Invoke the process after a MultiDev has been created.'
script: private/hooks/quicksilverDefault.php
clone_database:
after:
- type: webphp
description: 'Invoke the process after a database has been cloned.'
script: private/hooks/quicksilverDefault.php