Change app name
All checks were successful
Deploy API / deploy (ubuntu-latest, 2.44.0) (push) Successful in 29s

This commit is contained in:
Braydon 2024-09-09 17:55:14 -04:00
parent 76cf4bfd35
commit 5bdda1d889

@ -28,5 +28,5 @@ jobs:
- name: Deploy to Dokku
uses: dokku/github-action@master
with:
git_remote_url: "ssh://dokku@10.10.3.28:22/tether"
git_remote_url: "ssh://dokku@10.10.3.28:22/tether-api"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}