From 71af2b0ac6f282abd23df19f524da8982c58b467 Mon Sep 17 00:00:00 2001
From: nostrdev-com <support@nostrdev.com>
Date: Tue, 25 Mar 2025 10:15:29 +0300
Subject: [PATCH] chore: added node and pm2 logging

---
 .gitea/workflows/release-staging.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/release-staging.yaml b/.gitea/workflows/release-staging.yaml
index cf80efc..e1a3ff8 100644
--- a/.gitea/workflows/release-staging.yaml
+++ b/.gitea/workflows/release-staging.yaml
@@ -39,4 +39,4 @@ jobs:
 
       - name: Release Build
         run: |
-          ssh -o StrictHostKeyChecking=no api@51.161.134.20 'source ~/.nvm/nvm.sh; cd cs-backend && echo "PORT=${{ vars.PORT }}" > .env && git pull && npm ci && npm run build && pm2 delete cellar-api && pm2 start npm --name cellar-api -- start'
+          ssh -o StrictHostKeyChecking=no api@51.161.134.20 'source ~/.nvm/nvm.sh; cd cs-backend && echo "PORT=${{ vars.PORT }}" > .env && git pull && npm ci && npm run build && node -v && pm2 list && pm2 delete cellar-api && pm2 start npm --name cellar-api -- start'