From dc5456124ec7ea6d2df44da16056af2d1225fa67 Mon Sep 17 00:00:00 2001 From: robin Date: Sat, 16 Dec 2023 21:23:08 +0000 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 953997c..97865f8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -28,6 +28,13 @@ jobs: with: entrypoint: /usr/local/bin/node args: -v + - name: Validate container status + run: | + echo "Listing all running containers..." + docker ps + echo "Checking if specific containers are still running..." + docker ps | grep node:20-alpine3.19 + deploy: name: deploy runs-on: ubuntu-latest