Bot that looks up for jira issues mentioned and adds information about them
- Fill
env.list
with your credentials - run
npm run start:dev
in console - wait for
start
to appear in console
- Just pass them as node env variables in your CI (For example, at Heroku you can make it using Config Vars)
- And then user
npm run start:ci
on the CI
- Fill
env.list
with your credentials - Run
npm run docker:build
- Run
npm run docker:start