2
0
Fork 0

Add Slack webhook
continuous-integration/drone/push Build is passing Details

pull/6/head
Ambrose Chua 2019-03-25 00:18:32 +08:00
parent b703803e47
commit 0accd3dade
2 changed files with 14 additions and 0 deletions

View File

@ -409,6 +409,11 @@ steps:
- >-
cd /home/core/staging && /home/core/docker-compose -f
docker-compose.staging.yml up -d
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook_beep
depends_on:
- backend-auth
- backend-bite

View File

@ -136,6 +136,15 @@ const deploy = {
],
},
},
{
name: 'slack',
image: 'plugins/slack',
settings: {
webhook: {
from_secret: 'slack_webhook_beep',
},
},
},
],
depends_on: dockers,
};