debug: fixed workflows gitea
All checks were successful
Deploy on push / deploy (push) Successful in 4m41s

This commit is contained in:
Stepan Vladovskiy 2025-03-05 20:17:34 +00:00
parent e6a416383d
commit 59e71c8144

View File

@ -38,7 +38,7 @@ jobs:
if: github.ref == 'refs/heads/staging' if: github.ref == 'refs/heads/staging'
uses: dokku/github-action@master uses: dokku/github-action@master
with: with:
branch: 'main' branch: 'dev'
git_remote_url: 'ssh://dokku@staging.discours.io:22/core' git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
git_push_flags: '--force' git_push_flags: '--force'