From 9c920400e72002916c247accdc43ebdddae0fbef Mon Sep 17 00:00:00 2001 From: Olin Blodgett Date: Thu, 2 May 2024 12:31:48 -0400 Subject: [PATCH] Added new make file targets for ui deployments --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 78bbee9d1..17d266ec4 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,15 @@ test-alb-deploy: prod-alb-deploy: npx aws-cdk deploy prod-alb-stack +stage-ui-deploy: + npx aws-cdk deploy agr-ui-stage + +test-ui-deploy: + npx aws-cdk deploy agr-ui-test + +prod-ui-deploy: + npx aws-cdk deploy agr-ui-production + uirun: npm start