update for new docker-web
All checks were successful
Deploy App / build (push) Successful in 2m20s
Deploy App / deploy (push) Successful in 17s

This commit is contained in:
2025-11-24 16:18:08 +00:00
parent 7d918ef142
commit e831383e14

View File

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