diff --git a/app.json b/app.json index 166d4b2c..3c1107db 100644 --- a/app.json +++ b/app.json @@ -4,5 +4,8 @@ "command": "curl https://api.pmg.org.za/v2/bill-tracker/update/", "schedule": "@daily" } - ] + ], + "scripts": { + "postdeploy": "curl https://api.pmg.org.za/v2/bill-tracker/update/" + } } \ No newline at end of file