Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit e393555

Browse files
authored
Remove slack deploy configuration
Slack invalidated this hook because it is exposed publically. While we figure out the best path forward, I've removed the slack configuration.
1 parent b1b7306 commit e393555

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/deploy.rb

-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
set :default_stage, 'production'
55
set :branch, 'master'
66

7-
# Enable slack notifications about deploy
8-
set :slack_url, 'https://hooks.slack.com/services/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'
9-
set :slack_channel, '#intern17-only'
10-
set :slack_username, 'GroundRules Deploy'
11-
set :slack_emoji, ':coffee:'
12-
set :slack_app_url, 'http://www.groundrules.co/'
13-
147
# Install Node dependencies before precompiling assets
158
namespace :deploy do
169
namespace :npm do

0 commit comments

Comments
 (0)