Skip to content

Commit

Permalink
Merge pull request #602 from ministryofjustice/ci
Browse files Browse the repository at this point in the history
MTP-1980: Replace deprecated `deploy` step in CircleCI
  • Loading branch information
ushkarev committed Feb 1, 2024
2 parents 305de8b + c7ee9b2 commit 277ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
command: |
. /tmp/mtp-env.sh
docker logout ${ECR_REGISTRY}
- deploy:
- run:
name: Deploy to test
command: |
if [[ "${CIRCLE_BRANCH}" == "main" ]]; then
Expand Down

0 comments on commit 277ff6f

Please sign in to comment.