From 1caa39abb5dcf8e2315e41162a6cb519028ef5cc Mon Sep 17 00:00:00 2001 From: valere Date: Fri, 19 Sep 2025 23:51:46 +0200 Subject: [PATCH] test --- .github/workflows/deploy.yml | 1 + app/pages/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e88da3f..8c61a5a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,4 +26,5 @@ jobs: cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/" export COMPOSE_BAKE=false bash /var/docker-web/src/cli.sh down "${REPO_NAME}" + docker rmi "local/${REPO_NAME}" bash /var/docker-web/src/cli.sh up "${REPO_NAME}" diff --git a/app/pages/index.vue b/app/pages/index.vue index f7dd242..39e5f5a 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,3 +1,3 @@