feature: api-148 set default port to 4550 to see if fixes aks deployment #50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Publish (Non-Release) | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| - main | |
| push: | |
| branches: | |
| - master | |
| - main | |
| jobs: | |
| ci-draft: | |
| uses: ./.github/workflows/ci-build-publish.yml | |
| secrets: | |
| AZURE_DEVOPS_ARTIFACT_USERNAME: ${{ secrets.AZURE_DEVOPS_ARTIFACT_USERNAME }} | |
| AZURE_DEVOPS_ARTIFACT_TOKEN: ${{ secrets.AZURE_DEVOPS_ARTIFACT_TOKEN }} | |
| HMCTS_ADO_PAT: ${{ secrets.HMCTS_CP_ADO_PAT }} | |
| with: | |
| is_publish: ${{ github.event_name == 'push' }} | |
| trigger_docker: ${{ github.event_name == 'push' }} | |
| trigger_deploy: ${{ github.event_name == 'push' }} |