Add route for version information

This commit is contained in:
Maximilian Paß
2021-11-24 22:07:57 +01:00
parent 3ae83217d7
commit 0d7e07eae0
3 changed files with 31 additions and 0 deletions

View File

@ -53,3 +53,6 @@ sentry:
dsn: https://example.io
# The environment to be sent with events.
# environment: staging
# This release information is used by Poseidon to provide the version route.
# Normally it is set by the deployment process.
# release: this is replaced in the deployment process