diff --git a/deploy.sh b/deploy.sh index 2837e60..d565b73 100755 --- a/deploy.sh +++ b/deploy.sh @@ -30,4 +30,5 @@ header "Collecting static" python manage.py collectstatic --noinput || exit $? header "Restarting $SERVICE_NAME" +systemctl --no-pager --restart status $SERVICE_NAME || exit $? systemctl --no-pager --user status $SERVICE_NAME || exit $?