Skip to content

Commit f8d1ad5

Browse files
committed
[DSC-2687] Add manual step to deploy on test
1 parent 5ee0300 commit f8d1ad5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bitbucket-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,13 @@ pipelines:
370370
- step: *deploy-on-staging
371371
- step: *find-cloudfront-staging
372372
- step: *invalidate-cloudfront
373+
deploy-on-test:
374+
- step: *check-branch-name-allowed
375+
- step: *angular-build
376+
- step: *build-and-push
377+
- step: *deploy-on-test
378+
- step: *find-cloudfront-test
379+
- step: *invalidate-cloudfront
373380
turn-on-dev:
374381
- step: *turn-on-dev
375382
turn-on-staging:

0 commit comments

Comments
 (0)