update for new dweb
All checks were successful
Deploy App / build (push) Successful in 1m58s
Deploy App / deploy (push) Successful in 18s

This commit is contained in:
valere
2025-10-30 16:38:47 +01:00
parent a9e06c95df
commit af3aa0bc20
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Prepare and build app - name: Prepare and build app
run: | run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}" REPO_NAME="${GITHUB_REPOSITORY##*/}"
APP_DIR="/var/docker-web/apps/${REPO_NAME}" APP_DIR="/var/docker-web/store/apps/${REPO_NAME}"
bash /var/docker-web/src/cli.sh down "${REPO_NAME}" bash /var/docker-web/src/cli.sh down "${REPO_NAME}"
rm -rf "$APP_DIR" rm -rf "$APP_DIR"
mkdir "$APP_DIR" mkdir "$APP_DIR"
@@ -32,4 +32,4 @@ jobs:
- name: Deploy with docker-web - name: Deploy with docker-web
run: | run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}" REPO_NAME="${GITHUB_REPOSITORY##*/}"
bash /var/docker-web/src/cli.sh up "${REPO_NAME}" bash /var/docker-web/src/cli.sh up "${REPO_NAME}"

View File