#Init npm install npm run prod cp .env.example .env define variables in .env Start node index.js Update environment variables from .env export $(grep -v '^#' .env | xargs -d '\n') Update Let's Encrypt Certificate certbot renew --dry-run