drazenbebic / pokezerrb-discord-bot

0 stars 0 forks source link

VPS Deployment (IONOS + Plesk) #6

Closed drazenbebic closed 2 years ago

drazenbebic commented 2 years ago

The Discord Bot is deployed on the following subdomain:

https://pokezerrb.bebic.at

The problem is that the bot goes offline if the domain hasn't been pinged (GET request) for a while. I suspect that the node process is somehow killed after a certain period of time.

One possible solution is to use the pm2 npm package.

drazenbebic commented 2 years ago

Deployment implemented via Docker.