Skip to content

Commit 5dd3743

Browse files
refacotr: replaces deploy-pipeline.yml with reusable-production-deployment.yml in service deployment jobs in the production pipeline, aiming at standardization and reuse of the workflow.
1 parent d573882 commit 5dd3743

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/production-deployment-pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
deploy-subscriptions:
4141
needs: changes
4242
if: needs.changes.outputs.subscriptions == 'true'
43-
uses: ./.github/workflows/deploy-pipeline.yml
43+
uses: ./.github/workflows/reusable-production-deployment.yml
4444
with:
4545
service_path: Boundaries/Comanda.Subscriptions
4646
image_name: httpsrichardy/comanda.subscriptions
@@ -50,7 +50,7 @@ jobs:
5050
deploy-stores:
5151
needs: changes
5252
if: needs.changes.outputs.stores == 'true'
53-
uses: ./.github/workflows/deploy-pipeline.yml
53+
uses: ./.github/workflows/reusable-production-deployment.yml
5454
with:
5555
service_path: Boundaries/Comanda.Stores
5656
image_name: httpsrichardy/comanda.stores
@@ -60,7 +60,7 @@ jobs:
6060
deploy-profiles:
6161
needs: changes
6262
if: needs.changes.outputs.profiles == 'true'
63-
uses: ./.github/workflows/deploy-pipeline.yml
63+
uses: ./.github/workflows/reusable-production-deployment.yml
6464
with:
6565
service_path: Boundaries/Comanda.Profiles
6666
image_name: httpsrichardy/comanda.profiles
@@ -70,7 +70,7 @@ jobs:
7070
deploy-payments:
7171
needs: changes
7272
if: needs.changes.outputs.payments == 'true'
73-
uses: ./.github/workflows/deploy-pipeline.yml
73+
uses: ./.github/workflows/reusable-production-deployment.yml
7474
with:
7575
service_path: Boundaries/Comanda.Payments
7676
image_name: httpsrichardy/comanda.payments
@@ -80,7 +80,7 @@ jobs:
8080
deploy-orders:
8181
needs: changes
8282
if: needs.changes.outputs.orders == 'true'
83-
uses: ./.github/workflows/deploy-pipeline.yml
83+
uses: ./.github/workflows/reusable-production-deployment.yml
8484
with:
8585
service_path: Boundaries/Comanda.Orders
8686
image_name: httpsrichardy/comanda.orders
@@ -90,7 +90,7 @@ jobs:
9090
deploy-orchestrator:
9191
needs: changes
9292
if: needs.changes.outputs.orchestrator == 'true'
93-
uses: ./.github/workflows/deploy-pipeline.yml
93+
uses: ./.github/workflows/reusable-production-deployment.yml
9494
with:
9595
service_path: Boundaries/Comanda.Orchestrator
9696
image_name: httpsrichardy/comanda.orchestrator
File renamed without changes.

0 commit comments

Comments
 (0)