From e7944c31178da9985124637975b21f4045dea48f Mon Sep 17 00:00:00 2001 From: Maxime Delporte Date: Mon, 20 Oct 2025 18:28:35 +0200 Subject: [PATCH] Fixing CI. --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 73752f3..fbd7f5a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -43,6 +43,6 @@ jobs: - name: Launch API run: | ssh -p ${{ secrets.SERVER_PORT }} ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "\ - pkill greenlight-api || true; \ - nohup /var/www/greenlight/greenlight-api \ + pkill greenlight-api || true; \ + nohup /var/www/greenlight/greenlight-api > /var/www/greenlight/greenlight.log 2>&1 & \ " \ No newline at end of file