feat: merge with mailgun
All checks were successful
deploy / deploy (push) Successful in 1m32s

This commit is contained in:
Stepan Vladovskiy
2024-04-11 17:14:25 -03:00
15 changed files with 266 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: echo "::set-output name=branch::$(echo ${GITHUB_REF##*/})"
- name: Push to dokku for main branch
if: steps.branch_name.outputs.branch == 'mailgun'
if: steps.branch_name.outputs.branch == 'mailgun'
uses: dokku/github-action@master
with:
branch: 'main'
@@ -32,4 +32,5 @@ jobs:
with:
branch: 'main'
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'