From 1c5b45475dd8f4f964e80c67b20dab1efabc5dda Mon Sep 17 00:00:00 2001 From: Nilesh Pant Date: Fri, 6 Dec 2024 20:29:56 +0530 Subject: [PATCH] fix: update c1 deployment file final --- .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