Skip to content

Commit 4c26802

Browse files
committed
adjust dokku app
1 parent b41b28e commit 4c26802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Push to dokku
2323
uses: dokku/github-action@master
2424
with:
25-
git_remote_url: 'ssh://[email protected]:22/book-vitepress'
25+
git_remote_url: 'ssh://[email protected]:22/book-proxy'
2626
branch: 'newbook'
2727
git_push_flags: '-f'
2828
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)