fix deploy app name
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 31s

This commit is contained in:
Braydon 2024-04-07 00:32:37 -04:00
parent fbd8925668
commit 8160de7d62

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