Create start.sh

This commit is contained in:
Mathieu Broillet 2021-10-12 18:17:09 +02:00 committed by GitHub
parent 816ca63ef4
commit d090a6ae01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
start.sh Normal file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -e
cd /jarvis/
if [ $ENV_STATUS = "testing" ]; then
git pull origin master
fi
python3 -m pip install -r requirements.txt
python3 run.py