From 1f9a0d5bccd884becbabdd74ad253e138d534553 Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Mon, 11 Mar 2024 16:33:13 +0530 Subject: [PATCH] update pipe --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 2587192..5f0129c 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -117,6 +117,6 @@ jobs: - name: "Replace secrets" run: find .deploy/deployment.yaml -type f -exec sed -i ''s/__GOOGLE_CLIENT_SECRET__/${{ secrets.GOOGLE_CLIENT_SECRET }}/g'' {} \; - name: "Replace secrets" - run: find .deploy/deployment.yaml -type f -exec sed -i ''s/__REDIRECT_URL__/${{ secrets.REDIRECT_URL }}/g'' {} \; + run: find .deploy/deployment.yaml -type f -exec sed -i -e "s#__REDIRECT_URL__#${{ secrets.REDIRECT_URL }}#" {} \; - name: "Deploy to GKE" run: kubectl apply -f .deploy/deployment.yaml