diff --git a/scripts/migrator/migrator.py b/scripts/migrator/migrator.py index 52ffded81..ff8ce0f0a 100644 --- a/scripts/migrator/migrator.py +++ b/scripts/migrator/migrator.py @@ -215,7 +215,7 @@ def notify_deployed(self): if response.status_code == 200: print("Deployment recorded in Rollbar.") - subprocess.run(["python", "manage.py", "deployed"]) + subprocess.run(substitute_aliases(["python", "manage.py", "deployed"])) else: print(f"Failed to record deployment in Rollbar. Response: {response.text}") except Exception as e: