debug: Sigil back to map with only discours.io domain
All checks were successful
Deploy on push / deploy (push) Successful in 56s

This commit is contained in:
Stepan Vladovskiy
2024-12-20 14:35:59 -03:00
parent bfbb307d6b
commit 04a0a6ddf4
2 changed files with 58 additions and 65 deletions

View File

@@ -26,10 +26,10 @@ jobs:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Push to dokku for dev branch
if: github.ref == 'refs/heads/dev' && steps.check_container.outcome == 'success'
if: github.ref == 'refs/heads/dev'
uses: dokku/github-action@master
with:
branch: 'dev'
force: true
git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
git_remote_url: 'ssh://dokku@v2.discours.io:22/core'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}