We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41b28e commit 4c26802Copy full SHA for 4c26802
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Push to dokku
23
uses: dokku/github-action@master
24
with:
25
- git_remote_url: 'ssh://[email protected]:22/book-vitepress'
+ git_remote_url: 'ssh://[email protected]:22/book-proxy'
26
branch: 'newbook'
27
git_push_flags: '-f'
28
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
0 commit comments