Skip to content

Commit 9db0599

Browse files
Merge pull request #449 from datacamp/thomas/update-orbs
chore(circleci): update deploy system
2 parents 1057f5f + 52fdb99 commit 9db0599

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.circleci/config.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22
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
55
workflows:
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: /.*/

0 commit comments

Comments
 (0)