Update API deploy workflow
All checks were successful
Deploy API / docker (17, 3.8.5) (push) Successful in 1m37s

This commit is contained in:
Braydon 2024-04-16 16:55:40 -07:00
parent a503e814f9
commit c707b0d3ac

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