From 386348c1805681cfc2d395313ac1ad72e7832c82 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R." Date: Tue, 30 Apr 2024 22:02:16 -0600 Subject: [PATCH] second try to deploy with a git --- .fleek.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fleek.json b/.fleek.json index e015522..82e7377 100644 --- a/.fleek.json +++ b/.fleek.json @@ -1,7 +1,7 @@ { "build": { "image": "denoland/deno", - "command": "apt install git && deno task build", + "command": "apt update && apt -y install git && deno task build", "publicDir": "_site" } }