yarn
yarn build
./starth.sh/
#!/bin/bash
GITLAB_PRIVATE_TOKEN=<private_token> DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/<id>/<token> node dist/index.js
Make the shell script executable
chmod +x start.sh
Run the bot
./start.sh
yarn
yarn build
./starth.sh/
#!/bin/bash
GITLAB_PRIVATE_TOKEN=<private_token> DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/<id>/<token> node dist/index.js
Make the shell script executable
chmod +x start.sh
Run the bot
./start.sh