Files
medicalalert-web-reloaded/wp/pantheon.yml
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +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