update for new docker-web
All checks were successful
Deploy App / deploy (push) Successful in 29s

This commit is contained in:
valere
2025-11-24 17:16:00 +01:00
parent 2d72f87fe9
commit dbba3c6564

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