File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
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
5
5
workflows :
6
6
version : 2
7
7
build_test_deploy :
@@ -18,8 +18,9 @@ workflows:
18
18
context : org-global
19
19
requires :
20
20
- 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
23
24
filters :
24
25
branches :
25
26
only :
@@ -36,10 +37,11 @@ workflows:
36
37
context : org-global
37
38
requires :
38
39
- 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
41
43
filters :
42
44
tags :
43
45
only : /^release-.*/
44
46
branches :
45
- ignore : /.*/
47
+ ignore : /.*/
You can’t perform that action at this time.
0 commit comments