-
Notifications
You must be signed in to change notification settings - Fork 3
/
pantheon.yml
30 lines (30 loc) · 945 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
# Put overrides to your pantheon.upstream.yml file here.
# For more information, see: https://pantheon.io/docs/pantheon-yml/
api_version: 1
# Update PHP version
php_version: 8.2
build_step: false
workflows:
sync_code:
after:
- type: webphp
description: Import configuration
script: private/scripts/drush_deploy/drush_deploy.php
deploy:
after:
- type: webphp
description: Import configuration
script: private/scripts/drush_deploy/drush_deploy.php
clone_database:
after:
- type: webphp
description: Turn off non-prod site functions
script: private/scripts/no_prod.php
create_cloud_development_environment:
after:
- type: webphp
description: Turn off non-prod site functions
script: private/scripts/no_prod.php
- type: webphp
description: Import configuration
script: private/scripts/drush_deploy/drush_deploy.php