From 3f7e48603ce05ac6ae714205dd656d3edf2b6455 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 7 Jul 2024 11:47:58 +0200 Subject: [PATCH] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 57f83d7..831a0fd 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,15 +1,13 @@ -name: deploy-homer - +name: Homer Bereitstellung on: push: - branches: - - main + branches: [main] jobs: - prod-build: + deploy: + name: Bereistellung if: gitea.repository == 'gcg/homer-data' runs-on: act-runner-user - timeout-minutes: 5 steps: - name: Checkout uses: https://github.com/actions/checkout@v4 @@ -23,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 }}