From 2343af9d2e12c52490e9fe60aca6159fbb8e7b6e Mon Sep 17 00:00:00 2001 From: redglow Date: Mon, 22 Jun 2026 12:53:46 +0200 Subject: [PATCH] ci: some fixes --- .gitea/workflows/cicd.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 89c0935..eeba7e1 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -45,15 +45,10 @@ jobs: with: name: artifact path: artifact - - name: Print data - run: | - pwd - ls -la - name: Upload to server run: | - pwd - ls -la - mkdir ~/.ssh + ls -la ~ + mkdir -p ~/.ssh chmod 600 ~/.ssh echo "$SSH_KEYSCAN" > ~/.ssh/known_hosts chmod 600 ~/.ssh/known_hosts