Skip to content

Commit

Permalink
Merge pull request #1312 from alliance-genome/fix_redirects
Browse files Browse the repository at this point in the history
Added new make file targets for ui deployments
  • Loading branch information
oblodgett authored May 2, 2024
2 parents 2373ad2 + 9c92040 commit 94f6920
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 94f6920

Please sign in to comment.