Skip to content
Snippets Groups Projects
pantheon-yml.patch 361 B
Newer Older
Chris Gross's avatar
Chris Gross committed
diff --git a/pantheon.yml b/pantheon.yml
Chris Gross's avatar
Chris Gross committed
new file mode 100644
index 0000000..25f0f6d
--- /dev/null
Chris Gross's avatar
Chris Gross committed
+++ b/pantheon.yml
Chris Gross's avatar
Chris Gross committed
@@ -0,0 +1,12 @@
+api_version: 1
+
Chris Gross's avatar
Chris Gross committed
+php_version: 5.6
Chris Gross's avatar
Chris Gross committed
+
+drush_version: 7
Chris Gross's avatar
Chris Gross committed
+
Chris Gross's avatar
Chris Gross committed
+workflows:
+  deploy:
+    after:
+        - type: webphp
+          description: Post to Slack after deploy
+          script: private/scripts/slack_notification.php