Skip to content

Commit dbff389

Browse files
authored
Merge pull request #488 from datacamp/chore/update-circleci-prod-2
chore: deploy to prod on merge to master
2 parents 1017656 + 087a6b2 commit dbff389

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ workflows:
2424
branches:
2525
only:
2626
- master
27-
- datacamp-ecr/pull_push_to_account:
28-
context: org-global
29-
repo: rdoc-app
30-
filters:
31-
tags:
32-
only: /^release-.*/
33-
branches:
34-
ignore: /.*/
3527
- datacamp-deploy/deploy: # Production
3628
context: org-global
3729
requires:
@@ -40,7 +32,6 @@ workflows:
4032
aws-access-key-id: $PROD_AWS_ACCESS_KEY_ID
4133
aws-secret-access-key: $PROD_AWS_SECRET_ACCESS_KEY
4234
filters:
43-
tags:
44-
only: /^release-.*/
4535
branches:
46-
ignore: /.*/
36+
only:
37+
- master

0 commit comments

Comments
 (0)