From 9636b9bcc9ee2220e926259c20a091a694a5b71d Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Fri, 2 Jan 2026 16:52:14 +0100 Subject: [PATCH] fix typo --- .gitea/workflows/commentDeploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index f78288b..9816295 100644 --- a/.gitea/workflows/commentDeploy.yml +++ b/.gitea/workflows/commentDeploy.yml @@ -2,7 +2,7 @@ name: ChatOps Deploy on: issue_comment jobs: - testing: + FeatureDeployment: if: | gitea.event.issue.pull_request && startsWith(gitea.event.comment.body, '/deploy') @@ -15,13 +15,13 @@ jobs: id: branch_name uses: ./.gitea/actions/getTagSafeRef - - name: Build and push image - id: docker_build - uses: ./.gitea/actions/build - with: - tag: ${{ steps.branch_name.outputs.branch_name }} - REGISTRY_ACCESS_TOKEN: ${{ secrets.REGISTRY_ACCESS_TOKEN }} - REGISTRY_USER: ${{ gitea.actor }} + # - name: Build and push image + # id: docker_build + # uses: ./.gitea/actions/build + # with: + # tag: ${{ steps.branch_name.outputs.branch_name }} + # REGISTRY_ACCESS_TOKEN: ${{ secrets.REGISTRY_ACCESS_TOKEN }} + # REGISTRY_USER: ${{ gitea.actor }} # - name: Deploy application # uses: ./.gitea/actions/deploy @@ -64,7 +64,7 @@ jobs: PROJECT_NAME=${{ steps.branch_name.outputs.branch_name }} COMPOSE_PROJECT_NAME=${{ steps.branch_name.outputs.branch_name }} TOLGEE_API_URL=${{ vars.TOLGEE_API_URL }} - TOLGEE_API_KEY=${{ secres.TOLGEE_API_KEY }} + TOLGEE_API_KEY=${{ secret.TOLGEE_API_KEY }} TRANSLATION_CACHE_TTL=${{ vars.TRANSLATION_CACHE_TTL }} EOF