Skip to content

Commit

Permalink
change deployment checks to app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dhose committed Mar 17, 2024
1 parent b89152c commit 1df6d52
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHECKS

This file was deleted.

13 changes: 13 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the /ping endpoint",
"path": "/ping",
"attempts": 3
}
]
}
}

0 comments on commit 1df6d52

Please sign in to comment.