|
|
@@ -0,0 +1,30 @@
|
|
|
+# Configuring Slack Integration
|
|
|
+
|
|
|
+Porter has a slack application that you can install into a channel of any workspace you're part of.
|
|
|
+This app will send notification on updates to your deployments.
|
|
|
+
|
|
|
+## Installing Application
|
|
|
+
|
|
|
+To install the slack application, navigate to the "integrations" section on the
|
|
|
+left and click "slack". Then, click install application in the top right:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+Then, install the application into the relevant workspace (top right) and channel. Note that you can install the same
|
|
|
+app into multiple channels in one worksapce.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+After that, the application should show up in the slack integrations tab:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+## Uninstalling Application
|
|
|
+
|
|
|
+To delete an application from a channel, click the garbage icon on the relevant integration:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+This will delete the application data on the side of porter (which will prevent it from sending notifications), but not
|
|
|
+on the side of slack, click the icon next to the garbage icon to navigate to a page where you can revoke the apps access to
|
|
|
+your workspace.
|