From e1d1096674eadbd48239c9e24686f609c09f2de0 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Mon, 2 Jun 2025 18:17:24 -0300 Subject: [PATCH] feat: without staging deploying by gitea --- .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 04bc35d9..f65ae48a 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/feat/sv-search-v4' + if: github.ref == 'refs/heads/staging' uses: dokku/github-action@master with: branch: 'dev'