-
Notifications
You must be signed in to change notification settings - Fork 19
/
pantheon.yml
35 lines (34 loc) · 1.05 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
33
34
35
api_version: 1
web_docroot: true
php_version: 7.2
drush_version: 8
# Quicksilver Platform Integration Hooks
# https://pantheon.io/docs/pantheon-yml#quicksilver
workflows:
# Code Deploys: Notify, Sanitize (if on test), Post to new relic, update db, and notify completion
clone_database:
after:
- type: webphp
description: Run deployment steps.
script: private/scripts/deploy-steps.php
create_cloud_development_environment:
after:
- type: webphp
description: Run deployment steps.
script: private/scripts/deploy-steps.php
sync_code:
after:
- type: webphp
description: Run deployment steps.
script: private/scripts/deploy-steps.php
- type: webphp
description: Mark New Relic deployment.
script: private/scripts/new-relic.php
deploy:
after:
- type: webphp
description: Run deployment steps.
script: private/scripts/deploy-steps.php
- type: webphp
description: Mark New Relic deployment.
script: private/scripts/new-relic.php