From e1776e1d92074852c738efad836fd175eda89706 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Mon, 16 Jan 2023 17:10:45 +0600 Subject: [PATCH] :construction_worker: Removed already embedded assets upload in Drone config --- build/ci/drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/build/ci/drone.yml b/build/ci/drone.yml index 43dfd5c..793474f 100644 --- a/build/ci/drone.yml +++ b/build/ci/drone.yml @@ -53,7 +53,6 @@ steps: target: "/root/indieauth" source: - "indieauth" - - "assets/*" overwrite: true # NOTE(toby3d): Just run a previous version of the instance if it failed to deliver the current one. failure: ignore