Update .github/workflows/deploy.yml
All checks were successful
Deploy App / build (push) Successful in 33s
All checks were successful
Deploy App / build (push) Successful in 33s
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: test ci
|
||||
run: |
|
||||
REPO_NAME="${GITHUB_REPOSITORY##*/}"
|
||||
APP_DIR="/var/docker-web/apps/${REPO_NAME}"
|
||||
BRANCH_NAME=${GITHUB_REF##*/}
|
||||
APP_DIR="/var/docker-web/apps/${REPO_NAME}"
|
||||
|
||||
echo $BRANCH_NAME
|
||||
echo $DOMAIN
|
||||
|
||||
Reference in New Issue
Block a user