From 61f7e20dbd14a9617a1488e58a6d9d722741edae Mon Sep 17 00:00:00 2001 From: valere Date: Sun, 30 Nov 2025 09:37:32 +0100 Subject: [PATCH] update deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 402d5cc..ae71fb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: install run: | - APP_DIR=/var/docker-web/store/${GITHUB_REPOSITORY##*/} + APP_DIR=/var/docker-web/apps/${GITHUB_REPOSITORY##*/} mkdir -p $APP_DIR cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/" - name: up