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

This commit is contained in:
2025-11-12 19:17:01 +00:00
parent a42b8a4765
commit 2d72f87fe9

View File

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