Update .github/workflows/deploy.yml
All checks were successful
Deploy App / build (push) Successful in 13s
Deploy App / deploy (push) Successful in 9s

This commit is contained in:
2025-11-12 19:16:55 +00:00
parent af3aa0bc20
commit 7d918ef142

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"