ci: add deployment environments for all deployment workflows

Code posting the link to comments is removed
as deployment URLs are directly visible in the UI.
This commit is contained in:
link2xt
2025-12-06 15:43:00 +00:00
committed by holger krekel
parent 33c67d22fa
commit 2beba8c455
4 changed files with 12 additions and 30 deletions

View File

@@ -16,6 +16,9 @@ jobs:
name: deploy on staging2.testrun.org, and run tests
runs-on: ubuntu-latest
timeout-minutes: 30
environment:
name: staging2.testrun.org
url: https://staging2.testrun.org/
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !contains(github.ref, '$GITHUB_REF') }}