Skip to content

Commit

Permalink
Merge pull request #52 from stemdo-labs/develop
Browse files Browse the repository at this point in the history
flujo cd
  • Loading branch information
ValentinoSanchez00 authored Dec 9, 2024
2 parents 849ed4c + 7c6d5c2 commit d891080
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/SubirDockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ on:
branches:
- main

jobs:
jobs:
subirDocker:
uses: stemdo-labs/final-project-exercise-ValentinoSanchez00/.github/workflows/SubirDockerfiles.yaml@main
with:
MICROSERVICE: "frontend"
secrets: inherit


runs-on: ubuntu-latest
environment:
name: production
steps:
- name: Ejecutar flujo reutilizable
uses: stemdo-labs/final-project-exercise-ValentinoSanchez00/.github/workflows/SubirDockerfiles.yaml@main
with:
MICROSERVICE: "frontend"
env:
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 }}"

0 comments on commit d891080

Please sign in to comment.