feat: fore push dev to staging
All checks were successful
Deploy on push / deploy (push) Successful in 22s
All checks were successful
Deploy on push / deploy (push) Successful in 22s
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/dev'
|
||||||
uses: dokku/github-action@master
|
uses: dokku/github-action@master
|
||||||
with:
|
with:
|
||||||
branch: 'main'
|
branch: 'dev'
|
||||||
git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
|
git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
git_push_flags: '--force'
|
git_push_flags: '--force'
|
||||||
|
|||||||
Reference in New Issue
Block a user