From 732c4d4fd5eda715f191c9cfbfa921e570d8e868 Mon Sep 17 00:00:00 2001 From: Siddhartha Basu Date: Sun, 4 Aug 2024 11:43:46 -0500 Subject: [PATCH] ci(ci.yml): update deployment workflow to use 'develop' branch and rename 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. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db744bb..ab107d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}