fix for cf

This commit is contained in:
Long Nguyen 2016-09-20 13:19:14 -04:00
parent 67332852fc
commit cbe0aa1f4f
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
worker: node index.js
web: node index.js

View File

@ -28,6 +28,8 @@ config.slack.mention = process.env.SLACKUS_SLACK_MENTION;
// Additional options for messages posted to Slack (optional).
// Overrides the webhook's settings, see Setup Instructions for your webhook.
config.slack.options = {
username: 'ghost',
icon_url: 'https://blog.bergeron.io/content/images/2015/06/new_ghost_roundup_preview.png'
// Some examples:
// username: 'Santa Claus',
// icon_emoji: ':santa:',