How DinuBot pairs people together
Note: If you schedule a message, the message will still be sent after you turn off the bot. This is because Slack remembers it
yarn install
node index.js
Remember to set up .env
and service_account.json
.
Push the new version to the production branch in Github. GitHub Actions will pull, build and deploy the code.
Note: If you've changed the .env or service_account.json files, update them on the server by either:
- Repository settings -> Security -> Secrets and Variables -> Actions -> Repository Secrets. Then goto the Actions tab and dispatch the 'Refresh Secrets on Server' workflow.
- OR, push changes to the production branch. Refreshing secrets is part of the build workflow.
Check out our contribution guidelines