fix deploy sh
This commit is contained in:
parent
02a485591d
commit
d0bb173518
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|
||||||
source /.venv/bin/activate
|
source ./.venv/bin/activate
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r ./requirements.txt
|
||||||
|
|
||||||
sudo systemctl stop ups-power.service
|
sudo systemctl stop ups-power.service
|
||||||
sudo systemctl start ups-power.service
|
sudo systemctl start ups-power.service
|
||||||
|
Loading…
Reference in New Issue
Block a user