.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Keycloak-Theme Bereitstellung / Bereistellung (push) Successful in 3s

This commit is contained in:
Denys Konovalov 2024-07-07 11:50:25 +02:00
parent d39e4294f5
commit aada5cdd33

@ -1,11 +1,12 @@
name: deploy name: Keycloak-Theme Bereitstellung
on: on:
push: push:
branches: [ main ] branches: [main]
jobs: jobs:
deploy: deploy:
name: Bereistellung
runs-on: act-runner-user runs-on: act-runner-user
steps: steps:
- name: Checkout - name: Checkout
@ -20,4 +21,4 @@ jobs:
if: always() if: always()
with: with:
chat_id: ${{ secrets.TG_CHAT_ID }} chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }} token: ${{ secrets.TG_TOKEN }}