Files
medicalalert-web-reloaded/wp/pantheon.yml
Tony Volpe be83910651 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
2024-01-19 16:44:43 +00:00

23 lines
464 B
YAML

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