update docker-web apps path in deploy.yml
All checks were successful
Deploy App / build (push) Successful in 1m6s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-10-30 15:51:46 +01:00
parent 9771c799f2
commit deb15b3ea1

View File

@@ -12,7 +12,7 @@ jobs:
- name: Prepare and build app - name: Prepare and build app
run: | run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}" REPO_NAME="${GITHUB_REPOSITORY##*/}"
APP_DIR="/var/docker-web/apps/${REPO_NAME}" APP_DIR="/var/docker-web/store/apps/${REPO_NAME}"
bash /var/docker-web/src/cli.sh down "${REPO_NAME}" bash /var/docker-web/src/cli.sh down "${REPO_NAME}"
rm -rf "$APP_DIR" rm -rf "$APP_DIR"
mkdir "$APP_DIR" mkdir "$APP_DIR"