From af3aa0bc20eee21876f5bbd018204412c7d45f71 Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 30 Oct 2025 16:38:47 +0100 Subject: [PATCH] update for new dweb --- .github/workflows/deploy.yml | 4 ++-- config.sh => env.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename config.sh => env.sh (100%) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba5e040..19be4c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Prepare and build app run: | 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}" rm -rf "$APP_DIR" mkdir "$APP_DIR" @@ -32,4 +32,4 @@ jobs: - name: Deploy with docker-web run: | REPO_NAME="${GITHUB_REPOSITORY##*/}" - bash /var/docker-web/src/cli.sh up "${REPO_NAME}" \ No newline at end of file + bash /var/docker-web/src/cli.sh up "${REPO_NAME}" diff --git a/config.sh b/env.sh similarity index 100% rename from config.sh rename to env.sh