diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:53:59 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:53:59 -0700 |
commit | c997bf618a082a88c9b03c696e4f8ce1e1f186fb (patch) | |
tree | 6bc3bc358881666eb39f958eccf1f4bb50054db7 /.drone.yml | |
parent | 2cc4bd0663060328e1d9f388bc8b339895219fbe (diff) | |
download | tilde.club-c997bf618a082a88c9b03c696e4f8ce1e1f186fb.tar.gz tilde.club-c997bf618a082a88c9b03c696e4f8ce1e1f186fb.zip |
install go
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |