# Relative path to the git repository. GIT_REPO="{git_dir}" # TODO: Python specific!!! # Command to create virtualenv. VIRTUALENV_CMD="virtualenv --python=/usr/bin/python3" # Relative path to the virtualenv. VIRTUALENV_PATH="ve" # Supervisor tasks to restart. SUPERVISOR_TASKS="{service_name}"