added manual trigger to all deploy yml files
This commit is contained in:
parent
0cda7a2c88
commit
72cfaea4a3
12
.github/workflows/basket-api-deploy.yml
vendored
12
.github/workflows/basket-api-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy basket-api
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["basket-api"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/catalog-api-deploy.yml
vendored
12
.github/workflows/catalog-api-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy catalog-api
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["catalog-api"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/identity-api-deploy.yml
vendored
12
.github/workflows/identity-api-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy identity-api
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["identity-api"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/mobileshoppingagg-deploy.yml
vendored
12
.github/workflows/mobileshoppingagg-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy mobileshoppingagg
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["mobileshoppingagg"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/ordering-api-deploy.yml
vendored
12
.github/workflows/ordering-api-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy ordering-api
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["ordering-api"]
|
||||
branches: [dev]
|
||||
|
@ -1,10 +1,22 @@
|
||||
name: Deploy ordering-backgroundtasks
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["ordering-backgroundtasks"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/ordering-signalrhub-deploy.yml
vendored
12
.github/workflows/ordering-signalrhub-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy ordering-signalrhub
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["ordering-signalrhub"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/payment-api-deploy.yml
vendored
12
.github/workflows/payment-api-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy payment-api
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["payment-api"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/webhooks-api-deploy.yml
vendored
12
.github/workflows/webhooks-api-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy webhooks-api
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["webhooks-api"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/webmvc-deploy.yml
vendored
12
.github/workflows/webmvc-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy webmvc
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["webmvc"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/webshoppingagg-deploy.yml
vendored
12
.github/workflows/webshoppingagg-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy webshoppingagg
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["webshoppingagg"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/webspa-deploy.yml
vendored
12
.github/workflows/webspa-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy webspa
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["webspa"]
|
||||
branches: [dev]
|
||||
|
12
.github/workflows/webstatus-deploy.yml
vendored
12
.github/workflows/webstatus-deploy.yml
vendored
@ -1,10 +1,22 @@
|
||||
name: Deploy webstatus
|
||||
|
||||
on:
|
||||
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'execution name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'Manual End to End Deployment'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
|
||||
repository_dispatch:
|
||||
types:
|
||||
- deploy
|
||||
|
||||
workflow_run:
|
||||
workflows: ["webstatus"]
|
||||
branches: [dev]
|
||||
|
Loading…
x
Reference in New Issue
Block a user