Skip to content

Commit

Permalink
ci(ci.yml): update deployment workflow to use 'develop' branch and re…
Browse files Browse the repository at this point in the history
…name image key

The deployment workflow now points to the 'develop' branch of the
composite-deploy.yaml to ensure that the latest development changes are
used for deployments. Additionally, the key for specifying the Docker
image has been updated from 'image' to 'docker_image' to align with the
updated workflow specifications, ensuring consistency and clarity in the
deployment process.
  • Loading branch information
cybersiddhu committed Aug 4, 2024
1 parent 9208146 commit 732c4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ 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: content
repository: ${{ github.repository }}
image: modware-content
ref: ${{ github.ref_name }}
dockerfile: build/package/Dockerfile
docker_image: modware-content
cluster: ${{ vars.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ vars.DEV_STAGING_KOPS_STATE_STORAGE }}

0 comments on commit 732c4d4

Please sign in to comment.