Skip to content

Commit 4f063f7

Browse files
committed
chore: add circleci job for deployment
1 parent 86a23f4 commit 4f063f7

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)