Skip to content

Commit

Permalink
Merge pull request #487 from datacamp/chore/update-circle-ci-prod
Browse files Browse the repository at this point in the history
chore: add circleci job for deployment
  • Loading branch information
ztsorojev authored Jun 21, 2022
2 parents 86a23f4 + 4f063f7 commit 1017656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ workflows:
branches:
only:
- master
- datacamp-ecr/pull_push_to_account:
context: org-global
repo: rdoc-app
filters:
tags:
only: /^release-.*/
branches:
ignore: /.*/
- datacamp-deploy/deploy: # Production
context: org-global
requires:
Expand Down

0 comments on commit 1017656

Please sign in to comment.