|
40 | 40 | deploy-subscriptions: |
41 | 41 | needs: changes |
42 | 42 | if: needs.changes.outputs.subscriptions == 'true' |
43 | | - uses: ./.github/workflows/deploy-pipeline.yml |
| 43 | + uses: ./.github/workflows/reusable-production-deployment.yml |
44 | 44 | with: |
45 | 45 | service_path: Boundaries/Comanda.Subscriptions |
46 | 46 | image_name: httpsrichardy/comanda.subscriptions |
|
50 | 50 | deploy-stores: |
51 | 51 | needs: changes |
52 | 52 | if: needs.changes.outputs.stores == 'true' |
53 | | - uses: ./.github/workflows/deploy-pipeline.yml |
| 53 | + uses: ./.github/workflows/reusable-production-deployment.yml |
54 | 54 | with: |
55 | 55 | service_path: Boundaries/Comanda.Stores |
56 | 56 | image_name: httpsrichardy/comanda.stores |
|
60 | 60 | deploy-profiles: |
61 | 61 | needs: changes |
62 | 62 | if: needs.changes.outputs.profiles == 'true' |
63 | | - uses: ./.github/workflows/deploy-pipeline.yml |
| 63 | + uses: ./.github/workflows/reusable-production-deployment.yml |
64 | 64 | with: |
65 | 65 | service_path: Boundaries/Comanda.Profiles |
66 | 66 | image_name: httpsrichardy/comanda.profiles |
|
70 | 70 | deploy-payments: |
71 | 71 | needs: changes |
72 | 72 | if: needs.changes.outputs.payments == 'true' |
73 | | - uses: ./.github/workflows/deploy-pipeline.yml |
| 73 | + uses: ./.github/workflows/reusable-production-deployment.yml |
74 | 74 | with: |
75 | 75 | service_path: Boundaries/Comanda.Payments |
76 | 76 | image_name: httpsrichardy/comanda.payments |
|
80 | 80 | deploy-orders: |
81 | 81 | needs: changes |
82 | 82 | if: needs.changes.outputs.orders == 'true' |
83 | | - uses: ./.github/workflows/deploy-pipeline.yml |
| 83 | + uses: ./.github/workflows/reusable-production-deployment.yml |
84 | 84 | with: |
85 | 85 | service_path: Boundaries/Comanda.Orders |
86 | 86 | image_name: httpsrichardy/comanda.orders |
|
90 | 90 | deploy-orchestrator: |
91 | 91 | needs: changes |
92 | 92 | if: needs.changes.outputs.orchestrator == 'true' |
93 | | - uses: ./.github/workflows/deploy-pipeline.yml |
| 93 | + uses: ./.github/workflows/reusable-production-deployment.yml |
94 | 94 | with: |
95 | 95 | service_path: Boundaries/Comanda.Orchestrator |
96 | 96 | image_name: httpsrichardy/comanda.orchestrator |
|
0 commit comments