From 03e93ae863f1c052f4f400ba945f4f1875b97b78 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 28 Sep 2019 11:32:50 +0800 Subject: [PATCH] chore: update target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 304a1af..52b907b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,6 @@ jobs: PORT: ${{ secrets.PORT }} with: source: "tests/a.txt,tests/b.txt" - target: "/home/actions/test" + target: "/home/deploy/test" timeout: 30s command_timeout: 30s