0.7.1 • Published 8 months ago

trello-slack-reminder v0.7.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 months ago

Development

Simply

  1. Install node modules
  2. Copy .env.example to .env and populate the environment vars
  3. Start with npm start

Configuration

The bot can be configured to target different trello lists and slack channels. To make a change

  1. Update the config with your new list/channel
  2. Invite the bot to your slack channel
  3. Tag a new version
  4. Wait for the next daily post. When the cron starts it will pull the latest image.

Deployment

Container is build as a docker container and deployed as needed. It is currently hosted in the prod-support namespace of the rancher server

Some helpful commands to deploy

helm install trello-slack-reminder-bot  ./helm -n prod-support -f helm/values.yaml
helm upgrade trello-slack-reminder-bot  ./helm -n prod-support -f helm/values.yaml

To start a manual cron run (for testing)

kubectl -n prod-support create job --from=cronjob/trello-slack-reminder-bot trello-slack-manual-run-01
0.7.1

8 months ago

0.7.0

9 months ago