Skip to content

Commit

Permalink
Comment deploys node
Browse files Browse the repository at this point in the history
  • Loading branch information
rastut committed Sep 12, 2024
1 parent 095f2db commit d8d6648
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
# - 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"

0 comments on commit d8d6648

Please sign in to comment.