This repository has been archived on 2023-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
jarvis-server/start.sh

13 lines
167 B
Bash
Raw Normal View History

2021-10-12 18:17:09 +02:00
#!/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