diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ba48e8972..812cce65d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -177,21 +177,21 @@ jobs: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - buildStandupBotImage: - name: Build codebloom-standup-bot Docker Image & Upload to Registry - runs-on: ubuntu-latest + # buildStandupBotImage: + # name: Build codebloom-standup-bot Docker Image & Upload to Registry + # runs-on: ubuntu-latest - if: github.ref_name == 'main' + # if: github.ref_name == 'main' - steps: - - name: Checkout repository - uses: actions/checkout@v6 + # steps: + # - name: Checkout repository + # uses: actions/checkout@v6 - - name: Run workflow - uses: ./.github/composite/build-image/internal/standup-bot - with: - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # - name: Run workflow + # uses: ./.github/composite/build-image/internal/standup-bot + # with: + # GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} redeploy: name: Redeploy on DigitalOcean @@ -211,20 +211,20 @@ jobs: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - redeployStandupBot: - name: Redeploy codebloom-standup-bot on Coolify - runs-on: ubuntu-latest - needs: buildStandupBotImage - environment: production + # redeployStandupBot: + # name: Redeploy codebloom-standup-bot on Coolify + # runs-on: ubuntu-latest + # needs: buildStandupBotImage + # environment: production - if: github.ref_name == 'main' + # if: github.ref_name == 'main' - steps: - - name: Checkout Repository - uses: actions/checkout@v6 + # steps: + # - name: Checkout Repository + # uses: actions/checkout@v6 - - name: Run workflow - uses: ./.github/composite/redeploy/internal/standup-bot - with: - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # - name: Run workflow + # uses: ./.github/composite/redeploy/internal/standup-bot + # with: + # GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}