From 14c677d88823b31a2551efcd69fa75653b7791d1 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Wed, 18 Sep 2024 19:56:07 +0300 Subject: [PATCH] maybe this'll help me identify the issue --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 47e945d..b0e04c2 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -36,7 +36,7 @@ jobs: - name: delete new files so we don't screw up stuff run: | - ssh -i ~/.ssh/id_rsa -p 69 gitlab@107.189.28.28 "rm -rf /var/www/mail.fzorb.xyz/*" + ssh -v -i ~/.ssh/id_rsa -p 69 gitlab@107.189.28.28 "rm -rf /var/www/mail.fzorb.xyz/*" - name: upload new files run: |