added manual trigger to all deploy yml files

This commit is contained in:
Zannely Rodriguez 2021-09-17 14:14:44 -07:00
parent 0cda7a2c88
commit 72cfaea4a3
13 changed files with 156 additions and 0 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]