2 Commits

Author SHA1 Message Date
Stepan Vladovskiy
dce4d77706 feat: fore push dev to staging
All checks were successful
Deploy on push / deploy (push) Successful in 6s
2024-04-11 16:11:17 -03:00
Stepan Vladovskiy
9ce0426b7e feat: force push to staging inbox 2024-04-11 15:41:00 -03:00

View File

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