use correct ip
Some checks failed
deploy / deploy (push) Failing after 19s

This commit is contained in:
Lee 2024-04-06 05:57:37 +01:00
parent 725fe734c3
commit c5292b1320

@ -17,5 +17,5 @@ jobs:
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: "ssh://dokku@10.0.3.39:22/minecraft-helper"
git_remote_url: "ssh://dokku@10.0.50.65:22/minecraft-helper"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}