Update deploy workflow
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 3m34s
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 3m34s
This commit is contained in:
parent
ac765d0250
commit
c415ffe70d
@ -6,7 +6,6 @@ on:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- LICENSE
|
||||
- docker-compose.yml
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@ -28,5 +27,5 @@ jobs:
|
||||
- name: Deploy to Dokku
|
||||
uses: dokku/github-action@master
|
||||
with:
|
||||
git_remote_url: "ssh://dokku@10.10.3.28:22/pulseapp-www"
|
||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
git_remote_url: "ssh://dokku@10.10.70.73:22/www"
|
||||
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
|
Loading…
x
Reference in New Issue
Block a user