test
All checks were successful
Deploy App / test (push) Successful in 9s
Deploy App / deploy (push) Successful in 1m4s

This commit is contained in:
valere
2025-09-19 23:51:46 +02:00
parent 35155f4054
commit 1caa39abb5
2 changed files with 2 additions and 1 deletions

View File

@@ -26,4 +26,5 @@ jobs:
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/" cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
export COMPOSE_BAKE=false export COMPOSE_BAKE=false
bash /var/docker-web/src/cli.sh down "${REPO_NAME}" 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}" bash /var/docker-web/src/cli.sh up "${REPO_NAME}"

View File

@@ -1,3 +1,3 @@
<template> <template>
<NuxtTemplatee /> <NuxtTemplate />
</template> </template>