add rocket env paths

This commit is contained in:
fabolous005 2025-12-30 02:39:50 +01:00
parent d423c98407
commit 518801e40b
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ killall teatrade-edge
cd /var/lib/teatrader-edge/
./teatrade-edge &
ROCKET_ENV=stage ./teatrade-edge &
return 0;

View File

@ -21,6 +21,6 @@ killall teatrade-stable
cd /var/lib/teatrader-stable/
./teatrade-stable &
ROCKET_ENV=prod ./teatrade-stable &
return 0;