From d8d66489c88b2e30039ddfc25a8d9171d95cec45 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Thu, 12 Sep 2024 15:24:45 +0200 Subject: [PATCH] Comment deploys node --- .github/workflows/deploy.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 184c5dc554..b9d52f6713 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -191,15 +191,15 @@ jobs: # event-type: promote # client-payload: '{"component": "nucliadb_node", "chart-version": "${{ steps.version_step.outputs.version_number }}" }' - - name: Promote to Nuclia - uses: nuclia/tooling/.github/actions/promote@main - with: - component: nucliadb_node - chart-version: ${{ needs.param.outputs.chart-version }} - environment: ${{ inputs.environment }} - ghapp-nuclia-service-bot-id: ${{ secrets.GHAPP_ID_NUCLIABOT }} - ghapp-nuclia-service-bot-pk: ${{ secrets.PK_GHAPP_NUCLIABOT }} - argocd-appset-file: "./repo-core-apps/apps/nucliadb_node.applicationSet.yaml" + # - name: Promote to Nuclia + # uses: nuclia/tooling/.github/actions/promote@main + # with: + # component: nucliadb_node + # chart-version: ${{ needs.param.outputs.chart-version }} + # environment: ${{ inputs.environment }} + # ghapp-nuclia-service-bot-id: ${{ secrets.GHAPP_ID_NUCLIABOT }} + # ghapp-nuclia-service-bot-pk: ${{ secrets.PK_GHAPP_NUCLIABOT }} + # argocd-appset-file: "./repo-core-apps/apps/nucliadb_node.applicationSet.yaml" deploy-nucliadb-component: name: Deploy NucliaDB component @@ -272,12 +272,12 @@ jobs: # event-type: promote # client-payload: '{"component": "nucliadb_${{ matrix.component }}", "chart-version": "${{ steps.version_step.outputs.version_number }}" }' - - name: Promote to Nuclia - uses: nuclia/tooling/.github/actions/promote@main - with: - component: nucliadb_${{ matrix.component }} - chart-version: ${{ needs.param.outputs.chart-version }} - environment: ${{ inputs.environment }} - ghapp-nuclia-service-bot-id: ${{ secrets.GHAPP_ID_NUCLIABOT }} - ghapp-nuclia-service-bot-pk: ${{ secrets.PK_GHAPP_NUCLIABOT }} - argocd-appset-file: "./repo-core-apps/apps/nucliadb_${{ matrix.component }}.applicationSet.yaml" \ No newline at end of file + # - name: Promote to Nuclia + # uses: nuclia/tooling/.github/actions/promote@main + # with: + # component: nucliadb_${{ matrix.component }} + # chart-version: ${{ needs.param.outputs.chart-version }} + # environment: ${{ inputs.environment }} + # ghapp-nuclia-service-bot-id: ${{ secrets.GHAPP_ID_NUCLIABOT }} + # ghapp-nuclia-service-bot-pk: ${{ secrets.PK_GHAPP_NUCLIABOT }} + # argocd-appset-file: "./repo-core-apps/apps/nucliadb_${{ matrix.component }}.applicationSet.yaml" \ No newline at end of file