Skip to content

Commit

Permalink
Use shared deploy context for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen authored and jonatan-ivanov committed Dec 6, 2024
1 parent 7ab01b6 commit d546490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ workflows:
- build-jdk17
- docker-tests
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down Expand Up @@ -134,6 +136,8 @@ workflows:
tags:
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down

0 comments on commit d546490

Please sign in to comment.