Files
medicalalert-web-reloaded/wp/pantheon.yml
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

22 lines
447 B
YAML

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