summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:53:59 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:53:59 -0700
commitc997bf618a082a88c9b03c696e4f8ce1e1f186fb (patch)
tree6bc3bc358881666eb39f958eccf1f4bb50054db7 /.drone.yml
parent2cc4bd0663060328e1d9f388bc8b339895219fbe (diff)
downloadtilde.club-c997bf618a082a88c9b03c696e4f8ce1e1f186fb.tar.gz
tilde.club-c997bf618a082a88c9b03c696e4f8ce1e1f186fb.zip
install go
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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