From 3d8b0778857e97c77544366fa434aa03c2104b06 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 23 Jul 2025 01:16:18 -0400 Subject: [PATCH] testing docker containers --- .gitea/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 654fa18..b606203 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -60,6 +60,7 @@ jobs: - name: Check docker containers running run: | + ls docker ps # ------------------------------------------------------------ # 6. Stop any old stack, rebuild, and run the new one @@ -69,5 +70,5 @@ jobs: run: docker compose down --remove-orphans || true - name: Rebuild & deploy - shell: bash + # shell: bash run: docker compose up