diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml index c7b3458..1caa760 100644 --- a/.github/workflows/stage.yaml +++ b/.github/workflows/stage.yaml @@ -2,7 +2,7 @@ name: Release to stage on: push: branches: - - 'releases/**' + - 'release/**' - 'hotfix/**' workflow_dispatch: diff --git a/README.md b/README.md index cb3fde6..022ab8a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ Application for checking tickets at the entrance. Works as part of the Davinci system and is intended exclusively for event staff. Configuration is carried out in RXB and Davici CRM. +### Environments + +- dev https://qr-code-scanner-dev.core-dev.aws.cere.io +- stage https://qr-code-scanner-stg.core-stage.aws.cere.io +- prod https://qr-code-scanner.core.aws.cere.io/ + ## Changelog -[changelog](./CHANGELOG.md) +[Changelog](./CHANGELOG.md) ## Architecture