From b7ef6c7e002f25c3e0bf4759685c1ef22342703e Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Sat, 25 Jan 2025 02:58:50 +0200 Subject: [PATCH] Forgetting needed stuff and things --- .forgejo/workflows/duuni.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/duuni.yaml b/.forgejo/workflows/duuni.yaml index a7c6ccc..750ff07 100644 --- a/.forgejo/workflows/duuni.yaml +++ b/.forgejo/workflows/duuni.yaml @@ -35,7 +35,7 @@ jobs: - name: Test SSH connection run: | echo -e 'Testing SSH by connecting to ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }}...' - ssh -v -i ~/.ssh/id_foobar ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }} exit 0 + ssh -v -i ~/.ssh/id_foobar -o StrictHostKeyChecking=no ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }} exit 0 echo -e 'Established SSH connection!' - uses: actions/download-artifact@v3 - name: Send built pages to server