fix deploy pipeline to prevent logspam
Deploy to Server / deploy (push) Successful in 16s
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-02-20 20:38:39 +01:00
parent b1acff5c85
commit f8620349a9
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -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:
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -52,7 +52,7 @@
</li>
<li>
<i class="fa-solid fa-key"></i>
<a href="#">Btw im testing gitea actions~</a>
<a href="#">Btw im testing gitea actions~ №2</a>
</li>
</ul>
</section>