Ever wanted to deploy your Pantheon site via Slack?
Well now you can using this handy middleware.
- Upload this site to a Pantheon site (or other hosting provider) you control.
- Add you AES 256 private key to
../private/key.pmte
relative to the Drupal root directory. - Enable the following modules:
- Chaos Tools
- Entity Construction Kit
- Encrypt
- Features
- Pantheon Slack Feature
- Field encrypt
- Composer Manager
- Entity API
- Secure Pages
- Key
- Key Encrypt
- Pantheon Slack
- Add a custom Slash Command via your Slack control panel.
- Change the
slack_slash_command_token
variable in Drupal to be the token you got in step 4 while creating your custom command.
This is a work in progress that is (mostly) functional. Pull requests and Issues are always welcome.