mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 21:16:12 +01:00
Added .example.env
This commit is contained in:
parent
d1c997d857
commit
b4437b7d62
2 changed files with 2 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue