From a546004c7baeb62e3109ce0ab90386939aeca1a2 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 13 Jul 2020 16:34:10 +0200 Subject: [PATCH] chore: updated the pull pipeline --- .drone.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e89b07a..7d0bab0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,15 +6,21 @@ name: pull clone: disable: true - steps: -- name: pull +- name: fedora-hugo pull: always image: immawanderer/fedora-hugo:latest commands: - uname -r - cat /etc/fedora-release +- name: alpine-rsync + pull: always + image: immawanderer/alpine-rsync:latest + commands: + - uname -r + + --- kind: pipeline type: docker @@ -37,7 +43,7 @@ steps: - hugo --gc=true --minify - name: deploy - pull: always + pull: if-not-exists image: immawanderer/alpine-rsync:latest when: status: