push version #8
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
|
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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue