debug: moved precache to background to avoid stucking ...
All checks were successful
Deploy on push / deploy (push) Successful in 45s

This commit is contained in:
Stepan Vladovskiy
2025-05-20 11:03:02 -03:00
parent 2bebfbd4df
commit 44aef147b5
2 changed files with 3 additions and 3 deletions

View File

@@ -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/feat/sv-search-v4'
uses: dokku/github-action@master
with:
branch: 'dev'