Update .github/workflows/deploy.yml
All checks were successful
Deploy App / build (push) Successful in 10s

This commit is contained in:
2026-02-02 09:45:31 +00:00
parent b23ea09ba2
commit 7f2a9b197b

View File

@@ -12,7 +12,7 @@ jobs:
- name: test ci
run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}"
BRANCH_NAME=${GITHUB_REF##*/}
BRANCH_NAME=${GITHUB_REF_NAME##*/}
APP_DIR="/var/docker-web/apps/${REPO_NAME}"
env | sort
echo $REPO_NAME