debug: no force in mailgun push to v2
All checks were successful
deploy / deploy (push) Successful in 7s

This commit is contained in:
Stepan Vladovskiy 2024-04-11 17:17:17 -03:00
parent cfaf6c49b4
commit 5bb457f6d2

View File

@ -25,7 +25,6 @@ jobs:
branch: 'main' branch: 'main'
git_remote_url: 'ssh://dokku@v2.discours.io:22/authorizer' git_remote_url: 'ssh://dokku@v2.discours.io:22/authorizer'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
git_push_flags: '--force'
- name: Push to dokku for dev branch - name: Push to dokku for dev branch
if: steps.branch_name.outputs.branch == 'dev' if: steps.branch_name.outputs.branch == 'dev'
@ -33,5 +32,4 @@ jobs:
with: with:
branch: 'main' branch: 'main'
git_remote_url: 'ssh://dokku@staging.discours.io:22/authorizer' git_remote_url: 'ssh://dokku@staging.discours.io:22/authorizer'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
git_push_flags: '--force'