From 543fc699ba29557d174c567c7c4a618fcf223412 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 26 Feb 2024 13:05:10 +0300 Subject: [PATCH] Renamed kmflv3 to kmhfr dir in the VPS (ci.yml) --- .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 c6c17184..4114864c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: password: ${{ secrets.SERVER_KEY }} script: | set -e - cd /var/www/kmhflv3 + cd /var/www/kmhfr export NVM_DIR=~/.nvm source ~/.nvm/nvm.sh if ! [[ -d './.git' ]]; then git init; fi