Skip to content

Commit

Permalink
Merge pull request #32 from stemdo-labs/develop
Browse files Browse the repository at this point in the history
probando secretos
  • Loading branch information
ValentinoSanchez00 authored Nov 26, 2024
2 parents 64b486a + 4737d3b commit 9649936
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
name: CD
on:
workflow_dispatch:
workflow_call:
inputs:
VERSION_CHART:
type: string
description: 'Versión del Chart'
required: true
MICROSERVICE:
type: string
description: 'Nombre del microservicio'
required: true
default: 'frontend'

secrets:
ARM_CLIENT_ID: "${{ secrets.ARM_CLIENT_ID }}"
ARM_CLIENT_SECRET: "${{ secrets.ARM_CLIENT_SECRET }}"
ARM_TENANT_ID: "${{ secrets.ARM_TENANT_ID }}"
ARM_SUBSCRIPTION_ID: "${{ secrets.ARM_SUBSCRIPTION_ID }}"
HARBOR_PASSWORD: "${{ secrets.HARBOR_PASSWORD }}"


jobs:
deploy:
runs-on: runner-stemdo-labs
Expand Down

0 comments on commit 9649936

Please sign in to comment.