From 29486ff52369cf4eef47e2c3280165d4c2129b8e Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 19 Oct 2020 08:45:52 +0200 Subject: [PATCH] Remove website re-generation from drone recipe. We're using a git-hook instead. --- .drone.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5908e09..6d99ed7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,19 +41,3 @@ steps: from_secret: email_password when: status: [ changed, failure ] - -# --- -# kind: pipeline -# type: exec -# name: Deploy - -# trigger: -# branch: -# - main -# event: -# - push - -# steps: -# - name: Re-generate website -# commands: -# - /home/tastytea/bin/update_fediblock.org.sh