Merged in feature/280-dev-dev01 (pull request #21)
auto-patch 280-dev-dev01-2024-01-19T16_41_58 * auto-patch 280-dev-dev01-2024-01-19T16_41_58
This commit is contained in:
22
wp/pantheon.yml
Normal file
22
wp/pantheon.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
api_version: 1
|
||||
enforce_https: full+subdomains
|
||||
php_version: 7.4
|
||||
|
||||
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