diff --git a/scripts/pw b/scripts/pw deleted file mode 100755 index 7e0e69d55..000000000 --- a/scripts/pw +++ /dev/null @@ -1 +0,0 @@ -psql "$DATABASE_URL" -c "update users set passhash=(select passhash from users where username='Aev9') where id=$1;"; diff --git a/scripts/s4 b/scripts/s4 index 08c7c6b39..961d18d97 100755 --- a/scripts/s4 +++ b/scripts/s4 @@ -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