.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Keycloak-Theme Bereitstellung / Bereistellung (push) Successful in 3s
All checks were successful
Keycloak-Theme Bereitstellung / Bereistellung (push) Successful in 3s
This commit is contained in:
parent
d39e4294f5
commit
aada5cdd33
@ -1,11 +1,12 @@
|
||||
name: deploy
|
||||
name: Keycloak-Theme Bereitstellung
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Bereistellung
|
||||
runs-on: act-runner-user
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -20,4 +21,4 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user