Update deploy workflow
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 3m34s

This commit is contained in:
Braydon 2024-09-13 22:08:17 -04:00
parent ac765d0250
commit c415ffe70d

@ -6,7 +6,6 @@ on:
paths-ignore: paths-ignore:
- README.md - README.md
- LICENSE - LICENSE
- docker-compose.yml
jobs: jobs:
deploy: deploy:
@ -28,5 +27,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/pulseapp-www" git_remote_url: "ssh://dokku@10.10.70.73:22/www"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}