remove `git pull` from startup scripts

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-13 20:20:54 +02:00
parent e0559301d5
commit 184afe63ab
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
cd /rDrama
git pull
. /env
gunicorn files.__main__:app -k gevent -w 3 --reload -b 0.0.0.0:5000 --max-requests 30000 --max-requests-jitter 10000
gunicorn files.__main__:app -k gevent -w 3 --reload -b 0.0.0.0:5000 --max-requests 30000 --max-requests-jitter 10000

View File

@ -1,7 +1,6 @@
#!/bin/bash
cd /rDrama
git pull
. /env
PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/:${PATH}"