From c997bf618a082a88c9b03c696e4f8ce1e1f186fb Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:53:59 -0700 Subject: [PATCH] install go --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eed01f0..d601a83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: build image: alpine commands: - - apk add git nodejs npm + - apk add git nodejs npm go - sh compile.sh - apk add rsync openssh - sh deploy.sh