diff options
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,9 +4,11 @@ name: default steps: - name: build - image: ghcr.io/getzola/zola:v0.16.0 + image: alpine:3.17.2 commands: - - build + - apk update + - apk install zola + - zola build - name: upload image: plugins/s3 |