Skip to content
Snippets Groups Projects
Commit faf5d526 authored by Chris Gross's avatar Chris Gross
Browse files

add slack notification

parent cf4f380b
No related branches found
No related tags found
No related merge requests found
diff --git a/pantheon.yml b/pantheon.yml diff --git a/pantheon.yml b/pantheon.yml
new file mode 100644 index 181e16c..60395d9 100644
index 0000000..25f0f6d --- a/pantheon.yml
--- /dev/null
+++ b/pantheon.yml +++ b/pantheon.yml
@@ -0,0 +1,5 @@ @@ -3,3 +3,10 @@ api_version: 1
+api_version: 1 php_version: 5.3
drush_version: 7
+ +
+php_version: 5.3 +workflows:
+ + deploy:
+drush_version: 7 + after:
+ - type: webphp
+ description: Post to Slack after deploy
+ script: private/scripts/slack_notification.php
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment