From 04e400c1ba214fe3264b6829805f60800933f3d7 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 21 May 2023 11:52:24 +0200 Subject: [PATCH] build: Migrate to Docker runners --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ff5d4a0..b7ef83d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ # -- Update the helm chart # ---------------------------------------------- kind: pipeline -type: kubernetes +type: docker name: Publish the helm chart trigger: @@ -26,7 +26,7 @@ steps: # -- Build the site and push it to the registry # ---------------------------------------------- kind: pipeline -type: kubernetes +type: docker name: Build badhouseplants.net trigger: @@ -111,7 +111,7 @@ steps: - ./scripts/cleanup.pl --- kind: pipeline -type: kubernetes +type: docker name: Spell-Checker trigger: