Update web-deploy-prod.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 15:44:01 -04:00 committed by GitHub
parent b3d04977ec
commit c501175bfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,12 @@ on:
type: string type: string
description: An optional string to define which branch to checkout. description: An optional string to define which branch to checkout.
default: 'main' default: 'main'
secrets:
DOCKERHUB_USER: {}
DOCKERHUB_TOKEN: {}
TEST: {}
COOLIFY_WEBHOOK: {}
COOLIFY_TOKEN: {}
jobs: jobs:
build: build:
if: inputs.workflow_type == 'release' if: inputs.workflow_type == 'release'