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 merge requests found
diff --git a/pantheon.yml b/pantheon.yml
new file mode 100644
index 0000000..25f0f6d
--- /dev/null
index 181e16c..60395d9 100644
--- a/pantheon.yml
+++ b/pantheon.yml
@@ -0,0 +1,5 @@
+api_version: 1
@@ -3,3 +3,10 @@ api_version: 1
php_version: 5.3
drush_version: 7
+
+php_version: 5.3
+
+drush_version: 7
+workflows:
+ deploy:
+ 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