We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee0300 commit f8d1ad5Copy full SHA for f8d1ad5
1 file changed
bitbucket-pipelines.yml
@@ -370,6 +370,13 @@ pipelines:
370
- step: *deploy-on-staging
371
- step: *find-cloudfront-staging
372
- 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
380
turn-on-dev:
381
- step: *turn-on-dev
382
turn-on-staging:
0 commit comments