Skip to content

Commit

Permalink
Add missing restart in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
knatten committed Jun 14, 2024
1 parent c76fb48 commit 6d4f94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?

0 comments on commit 6d4f94a

Please sign in to comment.