Skip to content

Commit c2e7eb6

Browse files
committed
reusable workflows pipeline
1 parent 82bb63f commit c2e7eb6

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/non-prod-pipeline.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
ACCOUNT_ID: 522534289017
2525

2626
jobs:
27-
promote:
27+
non-prod-pipeline:
2828
runs-on: self-hosted
2929

3030
steps:
@@ -92,7 +92,13 @@ jobs:
9292
- name: Deploy to Selected Environment
9393
run: |
9494
helm upgrade --install ${{ inputs.component }} \
95-
-f values-${{ inputs.environment }}.yaml \
95+
-f values-${{ inpu.yaml \
9696
--set deployment.imageVersion=${{ inputs.commit_id }} \
9797
-n ${{ inputs.project }} \
98-
--atomic --wait --timeout=5m .
98+
--atomic --wait --timeout=5m .
99+
100+
# helm upgrade --install ${{ inputs.component }} \
101+
# -f values-dev.yaml \
102+
# --set deployment.imageVersion=${{ inputs.commit_id }} \
103+
# -n ${{ inputs.project }} \
104+
# --atomic --wait --timeout=5m .

0 commit comments

Comments
 (0)