debug: deploy on dokku with ipadress and in crdt-server container
Some checks failed
CI/CD / test (push) Successful in 6s
CI/CD / deploy (push) Failing after 21s

This commit is contained in:
Stepan Vladovskiy 2024-04-09 12:42:11 -03:00
parent 31acd37a64
commit 20c7e2a9bb

View File

@ -31,5 +31,5 @@ jobs:
uses: dokku/github-action@master
with:
branch: 'main'
git_remote_url: 'ssh://dokku@v2.discours.io:22/${{ steps.repo_name.outputs.repo }}'
git_remote_url: 'ssh://dokku@5.255.100.133:22/crdt-server'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}