We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76da1b commit 04e9025Copy full SHA for 04e9025
.github/workflows/deploy_docs.yml
@@ -23,4 +23,14 @@ jobs:
23
uses: peaceiris/actions-gh-pages@v3
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
- publish_dir: docs/.vuepress/dist/vuepress-plugin-demo-container/
+ publish_dir: docs/.vuepress/dist/vuepress-plugin-demo-container/
27
+
28
+ - name: Deploy to server
29
+ uses: easingthemes/ssh-deploy@v2.1.1
30
+ env:
31
+ SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
32
+ ARGS: "-rltgoDzvO --delete"
33
+ SOURCE: "docs/.vuepress/dist/vuepress-plugin-demo-container/"
34
+ REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
35
+ REMOTE_USER: ${{ secrets.REMOTE_USER }}
36
+ TARGET: ${{ secrets.REMOTE_TARGET }}
0 commit comments