.gitea/workflows/prod.yaml aktualisiert
This commit is contained in:
parent
95c1caf30e
commit
f12778bd8a
@ -12,6 +12,7 @@ defaults:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prod-build:
|
prod-build:
|
||||||
|
name: Produktivumgebung
|
||||||
if: gitea.repository == 'gcg/gcg-website'
|
if: gitea.repository == 'gcg/gcg-website'
|
||||||
runs-on: act-runner-user
|
runs-on: act-runner-user
|
||||||
steps:
|
steps:
|
||||||
@ -35,6 +36,7 @@ jobs:
|
|||||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||||
token: ${{ secrets.TG_TOKEN }}
|
token: ${{ secrets.TG_TOKEN }}
|
||||||
test-build:
|
test-build:
|
||||||
|
name: Testumgebung
|
||||||
if: gitea.repository == 'gcg/gcg-website'
|
if: gitea.repository == 'gcg/gcg-website'
|
||||||
runs-on: act-runner-user
|
runs-on: act-runner-user
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user