From 53008877576495e531d57791a5f9292430c17e83 Mon Sep 17 00:00:00 2001 From: johan Date: Fri, 7 Feb 2025 14:36:24 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3907a39..371d2cb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -41,12 +41,4 @@ jobs: - name: Create .env file from secret run: echo "${{ secrets.ENV }}" > .kamal/secrets - name: Deploy - run: kamal deploy -d ${{ inputs.environment }} - - - 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 }}" + run: kamal deploy -d ${{ inputs.environment }} \ No newline at end of file