Merge pull request #4 from Pantalones411/feature/CICD

Update build to allow manual execution
This commit is contained in:
Pantalones411 2021-03-16 13:13:47 -05:00 committed by GitHub
commit a34bbb92c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 130 additions and 0 deletions

View File

@ -1,6 +1,16 @@
name: catalog-api name: catalog-api
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: identity-api name: identity-api
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: mobileshoppingagg name: mobileshoppingagg
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: ordering-api name: ordering-api
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: ordering-backgroundtasks name: ordering-backgroundtasks
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: ordering-signalrhub name: ordering-signalrhub
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: payment-api name: payment-api
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: webhooks-api name: webhooks-api
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: webhooks-client name: webhooks-client
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: webmvc name: webmvc
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: webshoppingagg name: webshoppingagg
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: webspa name: webspa
on: 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: push:
branches: branches:
- dev - dev

View File

@ -1,6 +1,16 @@
name: webstatus name: webstatus
on: 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: push:
branches: branches:
- dev - dev