From a5f57a6b44056b59a6bc4cc5e18922d4679f32c2 Mon Sep 17 00:00:00 2001 From: Jamie Schouten Date: Mon, 10 Feb 2025 17:17:10 +0100 Subject: [PATCH] disable --- .gitea/workflows/qore.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/qore.yml b/.gitea/workflows/qore.yml index c9a9ae6..550d0db 100644 --- a/.gitea/workflows/qore.yml +++ b/.gitea/workflows/qore.yml @@ -66,6 +66,11 @@ jobs: ${{ secrets.ssh-private-key }} ${{ vars.QORE_FRONTEND_DEPLOY_TOKEN }} + - name: Disable strict host key checking + run: | + echo "Host *" >> ~/.ssh/config + echo " StrictHostKeyChecking no" >> ~/.ssh/config + - name: Clone frontend run: git clone --depth 1 --branch ${{ steps.get-version.outputs.version }} git@git.qlic.nl:qore/qore-frontend.git frontend/src/qore @@ -94,10 +99,5 @@ jobs: ${{ inputs.node-package-manager }} run build fi - - name: Disable strict host key checking - run: | - echo "Host *" >> ~/.ssh/config - echo " StrictHostKeyChecking no" >> ~/.ssh/config - - name: Deploy run: vendor/bin/dep deploy environment="${{ inputs.environment }}"