From 877d5ca3c50c4490e70bfb7438ca1b4af9a3bb33 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:40:24 +0900 Subject: [PATCH] Use shared context for deploy secrets --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 960635b429..271e17ea28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,6 +85,8 @@ jobs: command: dockerTest deploy: + context: + - deploy executor: circle-jdk-executor steps: - checkout