Skip to content

Commit

Permalink
fix(staging-build.yaml): fix app name from 'order' to 'stock' in work…
Browse files Browse the repository at this point in the history
…flow

The change in the GitHub Actions workflow configuration updates the
application name from 'order' to 'stock'. This adjustment ensures that
the correct application is targeted for deployment during the staging
build process, aligning the workflow with the current project structure
and deployment needs.
  • Loading branch information
cybersiddhu committed Aug 6, 2024
1 parent 3992556 commit 706d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@main
secrets: inherit
with:
app: order
app: stock
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
dockerfile: build/package/Dockerfile
Expand Down

0 comments on commit 706d898

Please sign in to comment.