Update web-deploy-prod.yml
This commit is contained in:
parent
b3d04977ec
commit
c501175bfb
1 changed files with 6 additions and 0 deletions
6
.github/workflows/web-deploy-prod.yml
vendored
6
.github/workflows/web-deploy-prod.yml
vendored
|
|
@ -14,6 +14,12 @@ on:
|
|||
type: string
|
||||
description: An optional string to define which branch to checkout.
|
||||
default: 'main'
|
||||
secrets:
|
||||
DOCKERHUB_USER: {}
|
||||
DOCKERHUB_TOKEN: {}
|
||||
TEST: {}
|
||||
COOLIFY_WEBHOOK: {}
|
||||
COOLIFY_TOKEN: {}
|
||||
jobs:
|
||||
build:
|
||||
if: inputs.workflow_type == 'release'
|
||||
|
|
|
|||
Loading…
Reference in a new issue