diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:31:53 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:31:53 -0700 |
commit | bc54a33c489019303b0d94e21e00778acb1e7183 (patch) | |
tree | d5b704a8fa7b57c51df27d100d58b470ca27c65e /.drone.yml | |
parent | fcd9283f144e2dcb18013385ff402a5295701a46 (diff) | |
download | tilde.club-bc54a33c489019303b0d94e21e00778acb1e7183.tar.gz tilde.club-bc54a33c489019303b0d94e21e00778acb1e7183.zip |
require git and nodejs
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ steps: - name: build image: alpine commands: + - apk add git nodejs - sh compile.sh - apk add rsync openssh - sh deploy.sh |