mirror of
https://github.com/chatmail/relay.git
synced 2026-06-09 21:21:09 +00:00
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:
@@ -16,6 +16,9 @@ jobs:
|
||||
name: deploy on staging-ipv4.testrun.org, and run tests
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
environment:
|
||||
name: staging-ipv4.testrun.org
|
||||
url: https://staging-ipv4.testrun.org/
|
||||
concurrency:
|
||||
group: ci-ipv4-${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ !contains(github.ref, '$GITHUB_REF') }}
|
||||
|
||||
Reference in New Issue
Block a user