Skip to content

Commit

Permalink
Added new make file targets for ui deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed May 2, 2024
1 parent 2373ad2 commit 9c92040
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c92040

Please sign in to comment.