tools/github actions: display the target environment URL on the workflow page

This commit is contained in:
nodiscc 2023-07-28 14:07:19 +02:00
parent 07462d18a3
commit 3bb73247d2
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -24,7 +24,9 @@ concurrency:
jobs:
build-markdown:
environment: production
environment:
name: production
url: https://github.com/nodiscc/awesome-selfhosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -39,7 +41,9 @@ jobs:
- run: make push_markdown
build-html:
environment: production
environment:
name: production
url: https://github.com/nodiscc/awesome-selfhosted-html-preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3