From eea2f3a26a71a6892ecf8148537b34eb3f7eae73 Mon Sep 17 00:00:00 2001 From: Sam Zhang Date: Sun, 27 Aug 2023 20:27:35 +0800 Subject: [PATCH] chore: updated ci --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef33eda..56ac013 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,9 +13,7 @@ jobs: password: ${{ secrets.DEPLOY_PASSWORD }} port: ${{ secrets.DEPLOY_PORT }} script: | - export NVM_DIR=~/.nvm - source ~/.nvm/nvm.sh - exec bash \-l + source ~/.bashrc echo "[INFO] ObserverX server CI script running with PID $$" script_home=$(realpath ~/projects/observerx-panel/)