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