Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

dev:
needs: [build, sonar]
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].9
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].13
with:
environment: dev
artifact-name: build
Expand All @@ -50,7 +50,7 @@ jobs:
qa:
needs: [build, sonar, dev]
if: github.event_name != 'pull_request' # don't deploy here if pr build
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].9
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].13
with:
environment: qa
artifact-name: build
Expand All @@ -60,7 +60,7 @@ jobs:
sandbox:
needs: [build, sonar, dev]
if: github.event_name != 'pull_request' # don't deploy here if pr build
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].9
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].13
with:
environment: sandbox
artifact-name: build
Expand All @@ -70,7 +70,7 @@ jobs:
prod:
needs: [build, sonar, dev, qa, sandbox]
if: github.event_name != 'pull_request' # don't deploy here if pr build
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].9
uses: joshjohanning-org/reusable-workflows/.github/workflows/[email protected].13
with:
environment: prod
artifact-name: build
Expand Down
Loading