From 4fe3b836a05014e1f5a15d0d9df05035a0f2bc2d Mon Sep 17 00:00:00 2001 From: doridoro Date: Mon, 3 Jun 2024 15:47:28 +0200 Subject: [PATCH] permission changed for deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755 index 8529def..75a8373 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ python manage.py collectstatic --noinput python manage.py migrate --noinput -gunicorn -b 0.0.0.0:8000 oc_lettings_site.wsgi:application \ No newline at end of file +gunicorn -b 0.0.0.0:8000 oc_lettings_site.wsgi:application