diff options
Diffstat (limited to 'templates/diddle/usr_local_bin_diddle')
| -rw-r--r-- | templates/diddle/usr_local_bin_diddle | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/diddle/usr_local_bin_diddle b/templates/diddle/usr_local_bin_diddle deleted file mode 100644 index d07cd5e..0000000 --- a/templates/diddle/usr_local_bin_diddle +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -set -eux - -PATH=$PATH:/usr/local/bin - -cd /root/diddle - -if [ ! -f venv ]; then - python3.11 -m venv venv -fi - -PATH=$PATH:/root/diddle/venv/bin - -pip install -r requirements.txt -python apply_migrations.py -gunicorn --bind "0.0.0.0:80" -w 4 app:app |
