-
Notifications
You must be signed in to change notification settings - Fork 2
/
pantheon.yml
31 lines (29 loc) · 1 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
api_version: 1
web_docroot: true
php_version: 7.0
workflows:
# Code Sync: Making Magic Happen With Each Commit
sync_code:
after:
- type: webphp
description: posting to Slack about the commit
script: private/scripts/slack_after_code_sync.php
- type: webphp
description: importing the Drupal 8 config into the site
script: private/scripts/import_config_d8.php
# Deploy: Making Magic Happen in the Test Environment
deploy:
before:
- type: webphp
description: posting to Slack about the deployment
script: private/scripts/slack_before_deploy.php
after:
- type: webphp
description: importing the Drupal 8 config into the site
script: private/scripts/import_config_d8.php
- type: webphp
description: Log to New Relic
script: private/scripts/new_relic_deploy.php
- type: webphp
description: Performance Testing with Loader.IO
script: private/scripts/loaderio_performance.php