first commit

This commit is contained in:
Rachit Bhargava
2023-07-21 17:12:10 -04:00
parent d0fe47dde4
commit 5d0f0734d8
14003 changed files with 2829464 additions and 0 deletions

21
wp/pantheon.yml Normal file
View 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