keycloak-theme-cantorid/.gitea/workflows/deploy.yml
Denys Konovalov aada5cdd33
All checks were successful
Keycloak-Theme Bereitstellung / Bereistellung (push) Successful in 3s
.gitea/workflows/deploy.yml aktualisiert
2024-07-07 11:50:25 +02:00

25 lines
525 B
YAML

name: Keycloak-Theme Bereitstellung
on:
push:
branches: [main]
jobs:
deploy:
name: Bereistellung
runs-on: act-runner-user
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v4
- name: Deploy
run: |
rsync -azr --delete ./ /opt/data/keycloak/themes/cantorid/
- name: Notification
uses: actions/telegram-action@main
if: always()
with:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}