fix signal and update ci cd

This commit is contained in:
Parsa Nazer
2025-03-26 15:23:59 +03:30
parent 74bcb9d324
commit cbaf71ea91
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -45,8 +45,10 @@ jobs:
docker compose down --remove-orphans --timeout 60
docker compose up --build --detach --remove-orphans
docker compose up --build --detach --parallel
docker compose ps
docker image prune -af
docker compose ps
docker builder prune -af
+1 -1
View File
@@ -15,7 +15,7 @@ def order_status_changed(sender, instance, **kwargs):
def send_change_status_notif(order):
def send_change_status_notif(instance):
user_subs = PushSubscription.objects.filter(user=instance.user)
for user_sub in user_subs:
try: