File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22orbs :
3- datacamp-ecr : datacamp/ecr@0.0.13
4- datacamp-deploy : datacamp/deploy@0.0.30
3+ datacamp-ecr : datacamp/ecr@0
4+ datacamp-deploy : datacamp/deploy@1
55workflows :
66 version : 2
77 build_test_deploy :
@@ -18,8 +18,9 @@ workflows:
1818 context : org-global
1919 requires :
2020 - build
21- ecs-deploy-url : $STAGING_DEPLOY_URL
22- ecs-deploy-password : $STAGING_ECS_DEPLOY_PASSWORD
21+ new-deploy-opt-in : true
22+ deploy-url : $STAGING_LAMBDA_DEPLOY_URL
23+ deploy-password : $STAGING_LAMBDA_DEPLOY_PASSWORD
2324 filters :
2425 branches :
2526 only :
@@ -36,10 +37,11 @@ workflows:
3637 context : org-global
3738 requires :
3839 - datacamp-ecr/pull_push_to_account
39- ecs-deploy-url : $PROD_DEPLOY_URL
40- ecs-deploy-password : $PROD_ECS_DEPLOY_PASSWORD
40+ new-deploy-opt-in : true
41+ deploy-url : $PROD_LAMBDA_DEPLOY_URL
42+ deploy-password : $PROD_LAMBDA_DEPLOY_PASSWORD
4143 filters :
4244 tags :
4345 only : /^release-.*/
4446 branches :
45- ignore : /.*/
47+ ignore : /.*/
You can’t perform that action at this time.
0 commit comments