diff --git a/.gitea/workflows/prod.yml b/.gitea/workflows/deploy.yml similarity index 76% rename from .gitea/workflows/prod.yml rename to .gitea/workflows/deploy.yml index a1689d1..f0b388b 100644 --- a/.gitea/workflows/prod.yml +++ b/.gitea/workflows/deploy.yml @@ -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 }} \ No newline at end of file + token: ${{ secrets.TG_TOKEN }}