diff --git a/.drone.yml b/.drone.yml index ba06f39..a8b47f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,12 +8,12 @@ platform: steps: -- name: submodules +- name: git pull submodules image: alpine/git commands: - git submodule update --init --recursive -- name: build +- name: build hugo site image: plugins/hugo settings: hugo_version: 0.69.0 @@ -27,14 +27,13 @@ steps: - apk add libc6-compat libstdc++ - /bin/hugo -- name: build-and-push-image +- name: build docker image and push to registry image: plugins/docker -# user: root volumes: - name: hugosource path: "/src" - name: dockersock - path: "/var/run/docker.sock" # Mandatory + path: "/var/run/docker.sock" settings: debug: true username: