From c1828e045c9b9fb65ab374c08f7efb655390f43b Mon Sep 17 00:00:00 2001 From: Nilesh Pant <58652823+NileshPant1999@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:34:57 +0530 Subject: [PATCH] fix: update c1 deployment file final (#416) --- .github/workflows/qa_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa_deployment.yml b/.github/workflows/qa_deployment.yml index b8aa4e92..582a4856 100644 --- a/.github/workflows/qa_deployment.yml +++ b/.github/workflows/qa_deployment.yml @@ -42,7 +42,7 @@ jobs: NEW_TAG="v$(git rev-parse --short HEAD)" cd ${{ vars.STAGING_DEPLOY_REPO }}/${{ vars.C1_STAGING_DEPLOY_DIR }}/qa/integrations kustomize edit set image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_xero-api=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_xero-api:$NEW_TAG - cd ../staging/integrations + cd ../../staging/integrations kustomize edit set image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_xero-api=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_xero-api:$NEW_TAG - name: Commit and push changes