Skip to content

Commit

Permalink
Use shared context for deploy creds
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Dec 23, 2024
1 parent c144654 commit 6713678
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 @@ -111,6 +111,8 @@ workflows:
- build-jdk17
- docker-tests
- deploy:
context:
- deploy
requires:
- build
- build-jdk8
Expand Down Expand Up @@ -155,6 +157,8 @@ workflows:
tags:
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
- deploy:
context:
- deploy
requires:
- build
- build-jdk8
Expand Down

0 comments on commit 6713678

Please sign in to comment.