From 621aa6d9f67aba18aba9e7cdf008d4bc2bd53b9e Mon Sep 17 00:00:00 2001 From: oDinZu Date: Sat, 10 Dec 2022 17:16:52 -0500 Subject: [PATCH] When you trigger a build using the API the resulting build is created with event type custom --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6e25403..394a161 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ # This software configures the virtual machine environment with Gitea and Drone services, builds the Jekyll app, then, securely packages and transports that app to a designated service provider or VPS on the fly. # Copyright (C) SharpeTronics, LLC, 2013-2023 -# Author(s): Charles Sharpe(@odinzu_me) aka SharpeTronics, LLC, +# Author(s): Charles Sharpe(@odinzu_me) aka SharpeTronics LLC, # License: GPLv3 # Version: 1.6 @@ -37,10 +37,10 @@ platform: arch: amd64 trigger: - branch: - - master - event: - - custom + repo: + - sharpetronics/sharpetronics.com +# branch: +# - master steps: - name: build-website