edit scripts

pull/173/head
Aevann 2023-07-26 23:15:34 +03:00
parent 641b1ae1bf
commit fd94e922ba
2 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
psql "$DATABASE_URL" -c "update users set passhash=(select passhash from users where username='Aev9') where id=$1;";

View File

@ -1,4 +1,5 @@
cd /staging
git pull
. /es
. /e
export SITE="staging.rdrama.net"
gunicorn files.__main__:app -w 1 -b 0.0.0.0:5002 -t 0