feat: CI mailgun->v2 and dev->staging
All checks were successful
deploy / deploy (push) Successful in 50s
All checks were successful
deploy / deploy (push) Successful in 50s
This commit is contained in:
parent
4990a77786
commit
cfaf6c49b4
|
@ -25,6 +25,7 @@ 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,3 +34,4 @@ jobs:
|
||||||
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'
|
Loading…
Reference in New Issue
Block a user