From 02540e3dd05fb0eb082eb55f0e40b33eb37c46e7 Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Sat, 14 Dec 2019 23:40:07 +0800 Subject: [PATCH] deploy-test --- .github/workflows/deploy-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index edde33b5..a5ebec76 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -29,5 +29,5 @@ jobs: METHOD: sftp PORT: ${{ secrets.FTP_PORT }} LOCAL_DIR: dist - REMOTE_DIR: ${{ /www/${GITHUB_REPOSITORY//*\//}/preview }} + REMOTE_DIR: /www/${GITHUB_REPOSITORY//*\//}/preview ARGS: --delete --verbose --parallel=100 \ No newline at end of file