From f8620349a9a757730cd0922431d250ac3d8e9991 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 20 Feb 2026 20:38:39 +0100 Subject: [PATCH] fix deploy pipeline to prevent logspam --- .gitea/workflows/demo.yaml | 5 ++++- .gitea/workflows/prod_deploy.yaml | 2 +- homepages/forust_files/index.html | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b1be6e9..6b91791 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,6 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - ci/gitea-actions jobs: Explore-Gitea-Actions: diff --git a/.gitea/workflows/prod_deploy.yaml b/.gitea/workflows/prod_deploy.yaml index 930a69e..ffb287f 100644 --- a/.gitea/workflows/prod_deploy.yaml +++ b/.gitea/workflows/prod_deploy.yaml @@ -31,7 +31,7 @@ jobs: if [ -d "$dir" ] && ([ -f "$dir/compose.yaml" ] || [ -f "$dir/docker-compose.yaml" ]); then echo ">>> Deploying $dir" cd "$dir" - docker compose up -d --build + DOCKER_BUILDKIT=1 BUILDKIT_PROGRESS=plain docker compose up -d --build --no-color cd .. else echo ">>> Skipping $dir: no compose file found" diff --git a/homepages/forust_files/index.html b/homepages/forust_files/index.html index 1db9e33..768bffa 100644 --- a/homepages/forust_files/index.html +++ b/homepages/forust_files/index.html @@ -52,7 +52,7 @@
  • - Btw im testing gitea actions~ + Btw im testing gitea actions~ â„–2