.NET 6 see Step 2 here.
dotnet build
dotnet run --no-build --updateInterval 30 --apiId [coin api id] --botToken [bot token here]
pm2 start "dotnet run --no-build --updateInterval 30 --apiId [coin api id] --botToken [bot token here]" --name eth
git pull && dotnet build
git pull && pm2 stop all && dotnet build && pm2 restart all