update for new dweb
All checks were successful
Deploy App / deploy (push) Successful in 31s

This commit is contained in:
valere
2025-10-30 16:36:33 +01:00
parent 78808b0170
commit a42b8a4765
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: install
run: |
APP_DIR=/var/docker-web/apps/${GITHUB_REPOSITORY##*/}
APP_DIR=/var/docker-web/store/apps/${GITHUB_REPOSITORY##*/}
mkdir -p $APP_DIR
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
- name: up

View File