Skip to content

Commit c2ca606

Browse files
authored
Merge pull request #5 from mocbotau/add-prod-diff-ci
fix: add prod diff to ci
2 parents 4112903 + 554a004 commit c2ca606

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
uses: mocbotau/infra-workflows/.github/workflows/generic-deploy.yaml@v0.3.0
10+
uses: mocbotau/infra-workflows/.github/workflows/generic-deploy.yaml@v0.4.0
1111
with:
1212
event-name: ${{ github.event_name }}
1313
environment: "prod"

.github/workflows/helmfile-diff.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55

66
jobs:
77
helmfile-diff:
8-
uses: mocbotau/infra-workflows/.github/workflows/generic-helmfile-diff.yaml@v0.3.0
9-
with:
10-
environment: "prod"
8+
uses: mocbotau/infra-workflows/.github/workflows/generic-helmfile-diff.yaml@v0.4.0
119
secrets: inherit
1210

1311
permissions:

0 commit comments

Comments
 (0)