Skip to content

Commit

Permalink
ci: update deployment workflow to use 'develop' branch for composite …
Browse files Browse the repository at this point in the history
…actions

Switching the GitHub Actions workflows to use the 'develop' branch of
the composite-deploy.yaml ensures that the latest development changes
are integrated and tested in the CI/CD pipeline. This change aims to
facilitate earlier detection of integration issues and smoother
transitions when promoting changes to production.
  • Loading branch information
cybersiddhu committed Aug 16, 2024
1 parent f9d1230 commit 04f370f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.CODECOV }}
call-build-deploy:
needs: test
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@main
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@develop
secrets: inherit
with:
app: annotation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- staging
jobs:
call-build-deploy:
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@main
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@develop
secrets: inherit
with:
app: annotation
Expand Down

0 comments on commit 04f370f

Please sign in to comment.