From 4799ff4129bcee81e4c0f9013cbceffdde1980b2 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sun, 18 May 2025 22:55:47 +0000 Subject: [PATCH] debug: staging deploy problem --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index f65ae48a..2568f1d1 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -35,7 +35,7 @@ jobs: ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Push to dokku for staging branch - if: github.ref == 'refs/heads/staging' + if: github.ref == 'refs/heads/feature-sv-search-v3' uses: dokku/github-action@master with: branch: 'dev'