cvs
All checks were successful
Deploy valere.dev / deploy (push) Successful in 31s

This commit is contained in:
valere
2025-11-13 11:29:23 +01:00
parent f59fd9c80a
commit 170ede89f8
15 changed files with 619 additions and 2 deletions

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