From 909f3a0ecdf767ef1812467f3a1793b6bd39fb91 Mon Sep 17 00:00:00 2001 From: valere Date: Mon, 2 Feb 2026 09:50:44 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e08b05..fba5df8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,8 @@ jobs: - name: test ci run: | REPO_NAME="${GITHUB_REPOSITORY##*/}" - BRANCH_NAME=${GITHUB_REF_NAME##*/} - APP_DIR="/var/docker-web/apps/${REPO_NAME}" + BRANCH_NAME=$GITHUB_REF_NAME + APP_DIR="/var/docker-web/apps/$REPO_NAME" - echo ${GITHUB_REPOSITORY##*/} \ No newline at end of file + source .env + ls -lha \ No newline at end of file