aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 21:18:55 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 21:18:55 +0100
commitf0b216f6133206f494993bac80fd42c0147d72c0 (patch)
tree47b274d230a1c60647b0914a5c140dd72cc35f2c /.drone.yml
parente33d13993d97d8e1915123371ce7346627c256a2 (diff)
downloadguide.deuxfleurs.fr-f0b216f6133206f494993bac80fd42c0147d72c0.tar.gz
guide.deuxfleurs.fr-f0b216f6133206f494993bac80fd42c0147d72c0.zip
fix alpine command
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 75d8fa8..53c1b2e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,7 +7,7 @@ steps:
image: alpine:3.17.2
commands:
- apk update
- - apk install zola
+ - apk add zola
- zola build
- name: upload