Temporarily disable deploy

pull/6348/head
Mark McDowall 5 months ago committed by Mark McDowall
parent 1182798929
commit d322619733

@ -207,13 +207,13 @@ jobs:
binary_artifact: ${{ matrix.binary_artifact }} binary_artifact: ${{ matrix.binary_artifact }}
binary_path: ${{ matrix.binary_path }} binary_path: ${{ matrix.binary_path }}
deploy: # deploy:
if: ${{ github.ref_name == 'develop' || github.ref_name == 'main' }} # if: ${{ github.ref_name == 'develop' || github.ref_name == 'main' }}
needs: [backend, unit_test, unit_test_postgres, integration_test] # needs: [backend, unit_test, unit_test_postgres, integration_test]
secrets: inherit # secrets: inherit
uses: ./.github/workflows/deploy.yml # uses: ./.github/workflows/deploy.yml
with: # with:
framework: ${{ needs.backend.outputs.framework }} # framework: ${{ needs.backend.outputs.framework }}
branch: ${{ github.ref_name }} # branch: ${{ github.ref_name }}
major_version: ${{ needs.backend.outputs.major_version }} # major_version: ${{ needs.backend.outputs.major_version }}
version: ${{ needs.backend.outputs.version }} # version: ${{ needs.backend.outputs.version }}

Loading…
Cancel
Save