When you trigger a build using the API the resulting build is created with event type custom

This commit is contained in:
oDinZu 2022-12-10 17:16:52 -05:00
parent 864f45d089
commit 621aa6d9f6

View File

@ -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