update ci
All checks were successful
Deploy App / build (push) Successful in 22s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-11-12 20:54:44 +01:00
parent f9aeb03f82
commit 3424d2d6fc

View File

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