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