Skip to content

Commit

Permalink
chore: remove original changes to docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dansweeting committed Feb 18, 2021
1 parent f3ac68d commit b35c09f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 122 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ services:
context: .
dockerfile: Dockerfile
container_name: streetmerchant
# environment:
# - SHOW_ONLY_SERIES=sonyps5c,sonyps5de
# - SLACK_CHANNEL=ps5
# - SLACK_TOKEN=xoxb-281413785376-1660072221158-L0nUj8g7o0sf0VgZARfngull
# - STORES=amazon-uk,game,argos,box,currys,johnlewis,shopto,smythstoys,very
env_file:
- dotenv
114 changes: 0 additions & 114 deletions dotenv.env

This file was deleted.

3 changes: 0 additions & 3 deletions src/notification/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import {WebClient} from '@slack/web-api';
import {config} from '../config';

const {channel, token} = config.notifications.slack;

console.log({channel, token})

const web = new WebClient(token);

export function sendSlackMessage(link: Link, store: Store) {
Expand Down

0 comments on commit b35c09f

Please sign in to comment.