Update app version

This commit is contained in:
Eugene Burmakin
2025-07-02 21:42:28 +02:00
parent 48d464d5bb
commit 2e825d08e0
2 changed files with 13 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [0.29.1] - UNRELEASED
# [0.29.1] - 2025-07-02
## Fixed

View File

@@ -9,5 +9,17 @@
"dokku": {
"predeploy": "bundle exec rails db:migrate"
}
},
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the /api/v1/health endpoint",
"path": "/api/v1/health",
"attempts": 10,
"interval": 10
}
]
}
}