Skip to content

Commit

Permalink
remove deployment gate
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Oct 15, 2024
1 parent bcbfa04 commit adcbcdd
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,12 @@ jobs:
push: ${{ inputs.push || true }}
docker_multiplatform: ${{ inputs.docker_multiplatform || true }}
app_version: ${{ needs.create_app_version.outputs.version }}
dev-approval-gate:
needs:
- build
- helm_lint
environment: dev
runs-on: ubuntu-latest
steps:
- name: approve
env:
ENV_NAME: ${{ inputs.environment || 'dev' }}
run: echo "Approve for ${ENV_NAME}"
deploy_dev:
name: Deploy
name: Deploy to dev environment
needs:
- create_app_version
- dev-approval-gate
- build
- helm_lint
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@main
secrets: inherit
with:
Expand Down

0 comments on commit adcbcdd

Please sign in to comment.