From 2acce21970d92f9145aa65fd195b2b7923a1b28e Mon Sep 17 00:00:00 2001 From: devopslearnc Date: Sat, 17 May 2025 21:45:05 -0700 Subject: [PATCH 1/2] new file added --- .github/workflows/cicdpipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicdpipeline.yml b/.github/workflows/cicdpipeline.yml index bc27e6a..d81d55a 100644 --- a/.github/workflows/cicdpipeline.yml +++ b/.github/workflows/cicdpipeline.yml @@ -129,7 +129,7 @@ jobs: environment: name: production url: https://your-app.example.com - deployment_branch: main + #deployment_branch: main steps: - name: Checkout code From a2d3e3179abba092112a8e0228a9e0d78c44c98c Mon Sep 17 00:00:00 2001 From: devopslearnc Date: Sat, 17 May 2025 21:47:50 -0700 Subject: [PATCH 2/2] new file added --- .github/workflows/cicdpipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicdpipeline.yml b/.github/workflows/cicdpipeline.yml index d81d55a..282bc80 100644 --- a/.github/workflows/cicdpipeline.yml +++ b/.github/workflows/cicdpipeline.yml @@ -82,8 +82,8 @@ jobs: - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master with: - organization: your-org - projectKey: your-org_your-repo + organization: devopslearnc + projectKey: devopslearnc_Github-Actions-Examples env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}