Skip to content

Commit 1017656

Browse files
authored
Merge pull request #487 from datacamp/chore/update-circle-ci-prod
chore: add circleci job for deployment
2 parents 86a23f4 + 4f063f7 commit 1017656

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ 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: /.*/
2735
- datacamp-deploy/deploy: # Production
2836
context: org-global
2937
requires:

0 commit comments

Comments
 (0)