diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7e8da7..4113668 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,4 +15,4 @@ jobs: BRANCH_NAME=${GITHUB_REF_NAME##*/} APP_DIR="/var/docker-web/apps/${REPO_NAME}" - echo $GITHUB_REF_NAME \ No newline at end of file + echo $GITHUB_REPOSITORY \ No newline at end of file