Browse Source
Merge pull request #4 from Pantalones411/feature/CICD
Update build to allow manual execution
pull/1657/head
Pantalones411
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with
130 additions and
0 deletions
-
.github/workflows/catalog-api.yml
-
.github/workflows/identity-api.yml
-
.github/workflows/mobileshoppingagg.yml
-
.github/workflows/ordering-api.yml
-
.github/workflows/ordering-backgroundtasks.yml
-
.github/workflows/ordering-signalrhub.yml
-
.github/workflows/payment-api.yml
-
.github/workflows/webhooks-api.yml
-
.github/workflows/webhooks-client.yml
-
.github/workflows/webmvc.yml
-
.github/workflows/webshoppingagg.yml
-
.github/workflows/webspa.yml
-
.github/workflows/webstatus.yml
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: catalog-api |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: identity-api |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: mobileshoppingagg |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: ordering-api |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: ordering-backgroundtasks |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: ordering-signalrhub |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: payment-api |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: webhooks-api |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: webhooks-client |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: webmvc |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: webshoppingagg |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: webspa |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
@ -1,6 +1,16 @@ |
|
|
|
name: webstatus |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
# Inputs the workflow accepts. |
|
|
|
inputs: |
|
|
|
name: |
|
|
|
# Friendly description to be shown in the UI instead of 'name' |
|
|
|
description: 'exec name' |
|
|
|
# Default value if no value is explicitly provided |
|
|
|
default: 'default execution' |
|
|
|
# Input has to be provided for the workflow to run |
|
|
|
required: false |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|