From b7c82cc1e8ace9bd2cce4d766242fbb561b587be Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Sun, 6 Jan 2019 22:01:23 -0800 Subject: [PATCH] Add parameter store prefixes for CodeBuild --- buildspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index e7288bd..8004c20 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -2,8 +2,8 @@ version: 0.2 env: parameter-store: - YOUTUBE_TEST_API_KEY: "youtubeKey" - VIMEO_TEST_API_KEY: "vimeoKey" + YOUTUBE_TEST_API_KEY: "/CodeBuild/youtubeKey" + VIMEO_TEST_API_KEY: "/CodeBuild/vimeoKey" phases: install: