fix deploy pipeline to prevent logspam
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- ci/gitea-actions
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
if [ -d "$dir" ] && ([ -f "$dir/compose.yaml" ] || [ -f "$dir/docker-compose.yaml" ]); then
|
if [ -d "$dir" ] && ([ -f "$dir/compose.yaml" ] || [ -f "$dir/docker-compose.yaml" ]); then
|
||||||
echo ">>> Deploying $dir"
|
echo ">>> Deploying $dir"
|
||||||
cd "$dir"
|
cd "$dir"
|
||||||
docker compose up -d --build
|
DOCKER_BUILDKIT=1 BUILDKIT_PROGRESS=plain docker compose up -d --build --no-color
|
||||||
cd ..
|
cd ..
|
||||||
else
|
else
|
||||||
echo ">>> Skipping $dir: no compose file found"
|
echo ">>> Skipping $dir: no compose file found"
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa-solid fa-key"></i>
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user