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: |