update for new docker-web
All checks were successful
Deploy valere.dev / deploy (push) Successful in 18s

This commit is contained in:
2025-11-24 16:19:01 +00:00
parent 95d9a50c02
commit 006c7ba1a4

View File

@@ -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