Skip to content

Commit

Permalink
Add Bill Tracker update request to post-deploy task so transient file…
Browse files Browse the repository at this point in the history
… is re-generated
  • Loading branch information
paulmwatson committed Aug 14, 2024
1 parent 83e8701 commit a707b94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
}

0 comments on commit a707b94

Please sign in to comment.