From bc54a33c489019303b0d94e21e00778acb1e7183 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:31:53 -0700 Subject: [PATCH] require git and nodejs --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e821334..c983679 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: build image: alpine commands: + - apk add git nodejs - sh compile.sh - apk add rsync openssh - sh deploy.sh