From b476fa78105ebea85d5651d8f15206e4765c1848 Mon Sep 17 00:00:00 2001 From: Dominic Vos Date: Mon, 4 Aug 2025 14:15:52 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2ff64b2..16bb81c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,6 +7,12 @@ on: env: required: false type: string + certificate-pem: + required: false + type: string + private-key-pem: + required: false + type: string inputs: environment: required: true