Files
medicalalert-web-reloaded/wp/pantheon.yml
Rachit Bhargava 22f10a9edd Merged in release/release-1.09 (pull request #10)
Release/release 1.09

* Install missing plugins 
* rs set to 1

* rebase pantheon for aws

* rebase pantheon for aws

* prod config change

* prod config change

* fix campaing issue

* revert


Approved-by: Jay Sharma
2023-12-27 20:55:58 +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