From b1e29f4e36737ea26dbd43734ada59b39222c5e6 Mon Sep 17 00:00:00 2001 From: arthur-tribe Date: Wed, 19 Nov 2025 00:47:24 +0100 Subject: [PATCH] feat: test --- .github/workflows/pipeline-dokku.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-dokku.yml b/.github/workflows/pipeline-dokku.yml index 65dba2e4..4eba3f3b 100644 --- a/.github/workflows/pipeline-dokku.yml +++ b/.github/workflows/pipeline-dokku.yml @@ -103,7 +103,7 @@ jobs: fi - name: Deploy to ${{ steps.define_app.outputs.deploy_app }} - uses: moderntribe/actions/deploy/gitdeploy@v1 + uses: moderntribe/actions/deploy/gitdeploy@app-json with: git_url: "dokku@${{ inputs.server }}:${{ steps.define_app.outputs.deploy_app }}" branch: ${{ env.BRANCH }}