This commit is contained in:
@@ -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'
|
Reference in New Issue
Block a user