Skip to content

Commit 289ab28

Browse files
author
tony green
committed
test
1 parent c8f9033 commit 289ab28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- name: Deploy to Server
4949
uses: easingthemes/ssh-deploy@main
5050
with:
51-
SSH_PRIVATE_KEY: ${{ env.SERVER_PRIVATE_KEY }}
51+
SSH_PRIVATE_KEY: ${{ secrets.ACCESS_TOKEN }}
5252
ARGS: "-avz --delete"
5353
SOURCE: "./docs/.vuepress/dist/"
54-
REMOTE_HOST: ${{ env.SERVER_HOST }}
55-
REMOTE_USER: ${{ env.USER_NAME }}
54+
REMOTE_HOST: ${{ secrets.HOST }}
55+
REMOTE_USER: ${{ secrets.NAME }}
5656
TARGET: "/www/blog2222"
5757
# - name: Deploy aliyun
5858
# uses: easingthemes/[email protected]

0 commit comments

Comments
 (0)