Harden login and refresh production deploy guide
This commit is contained in:
@ -4,10 +4,10 @@ After=network.target postgresql.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/var/www/abelbirdnest-web
|
||||
WorkingDirectory=/var/www/abelbirdnest-web/AbelBirdNest-Stock
|
||||
Environment=NODE_ENV=production
|
||||
Environment=PORT=3007
|
||||
EnvironmentFile=/var/www/abelbirdnest-web/.env.production
|
||||
EnvironmentFile=/var/www/abelbirdnest-web/AbelBirdNest-Stock/.env.production
|
||||
ExecStart=/usr/bin/npm run start
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
Reference in New Issue
Block a user