summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:31:53 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:31:53 -0700
commitbc54a33c489019303b0d94e21e00778acb1e7183 (patch)
treed5b704a8fa7b57c51df27d100d58b470ca27c65e /.drone.yml
parentfcd9283f144e2dcb18013385ff402a5295701a46 (diff)
downloadtilde.club-bc54a33c489019303b0d94e21e00778acb1e7183.tar.gz
tilde.club-bc54a33c489019303b0d94e21e00778acb1e7183.zip
require git and nodejs
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
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