From 4ff0c5ae9f767e6c9f088b809fc8a90cbda2e4bf Mon Sep 17 00:00:00 2001 From: engigu Date: Thu, 25 Dec 2025 21:52:39 +0800 Subject: [PATCH] feat: add demo site config --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 794eb9a..b87f945 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,7 +63,7 @@ jobs: with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USER }} - key: ${{ secrets.DEPLOY_KEY }} + password: ${{ secrets.DEPLOY_PASSWORD }} port: ${{ secrets.DEPLOY_PORT }} script: | cd ${{ secrets.DEPLOY_PATH }}