first commit
This commit is contained in:
21
wp/pantheon.yml
Normal file
21
wp/pantheon.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
api_version: 1
|
||||
enforce_https: full+subdomains
|
||||
|
||||
protected_web_paths:
|
||||
- /.user.ini
|
||||
|
||||
workflows:
|
||||
|
||||
# Commits
|
||||
sync_code:
|
||||
after:
|
||||
- type: webphp
|
||||
description: Post to Slack after each code pushed
|
||||
script: private/scripts/slack_notification.php
|
||||
|
||||
# Database Clone
|
||||
clone_database:
|
||||
after:
|
||||
- type: webphp
|
||||
description: Change SFDC environment after database clone
|
||||
script: private/scripts/sfdc_env.php
|
||||
Reference in New Issue
Block a user