From 843892a045ed907d062376cd580eac11b4a0222e Mon Sep 17 00:00:00 2001 From: draju1980 <28708694+draju1980@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:02:42 +0530 Subject: [PATCH] Update cd.yaml --- .github/workflows/cd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b905deb..6611149 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -32,7 +32,7 @@ jobs: argocd app sync p2p-devops-test || \ argocd app create p2p-devops-test --file https://raw.githubusercontent.com/draju1980/p2p-devops-test/refs/heads/master/argocd/helm/prod-p2p-devops-app.yaml elif [[ "${{ github.ref }}" == "refs/heads/stg" ]]; then - argocd app sync p2p-devops-test-stg || \ - argocd app create p2p-devops-test-stg --file https://raw.githubusercontent.com/draju1980/p2p-devops-test/refs/heads/stg/argocd/helm/stg-p2p-devops-app.yaml + argocd app sync p2p-devops-test || \ + argocd app create p2p-devops-test --file https://raw.githubusercontent.com/draju1980/p2p-devops-test/refs/heads/stg/argocd/helm/stg-p2p-devops-app.yaml fi - \ No newline at end of file +