-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpantheon.yml
More file actions
38 lines (38 loc) · 1.12 KB
/
pantheon.yml
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
# 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
enforce_https: transitional
php_version: 8.3
database:
version: 10.4
drush_version: 10
build_step: true
workflows:
# deploy_product: #create site
sync_code: #push code to DEV/MULTI-DEV
after:
-
type: webphp
description: Import configuration from .yml files
script: private/drush_config_import.php
-
type: webphp
description: Log to New Relic
script: private/new_relic_deploy.php
deploy: #push code to TEST/LIVE
after:
-
type: webphp
description: Import configuration from .yml files
script: private/drush_config_import.php
-
type: webphp
description: Log to New Relic
script: private/new_relic_deploy.php
clone_database:
after: #clone DB from one env to another
-
type: webphp
description: Import configuration from .yml files
script: private/drush_config_import.php