Added .example.env

This commit is contained in:
MarcUs7i 2025-03-24 10:18:55 +01:00
parent d1c997d857
commit b4437b7d62
2 changed files with 2 additions and 1 deletions

1
.example.env Normal file
View file

@ -0,0 +1 @@
DISCORD_WEBHOOK=https://discord.com/api/webhooks/...

View file

@ -21,7 +21,7 @@ jobs:
git pull
npm ci
npm run build
pm2 reload ecosystem.config.cjs || pm2 start ecosystem.config.cjs
pm2 reload ecosystem.config.cjs || pm2 start ecosystem.config.cjs --env production --env-path=".env"
# For system restarts
pm2 save