Skip to content

Commit

Permalink
new eb deploy & frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Apr 5, 2024
1 parent 9ae5b6c commit 337dd13
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 5 deletions.
3 changes: 3 additions & 0 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"127.0.0.1",
"testserver",
"www.mastertheorem.io",
"mastertheorem-aws-dev.us-west-2.elasticbeanstalk.com"
]


Expand Down Expand Up @@ -141,6 +142,7 @@
"http://127.0.0.1:8000",
"http://localhost:8000",
"http://www.mastertheorem.io",
"http://mastertheorem-aws-dev.us-west-2.elasticbeanstalk.com",
]


Expand All @@ -149,6 +151,7 @@
"http://localhost:8000",
"http://127.0.0.1:8000",
"http://www.mastertheorem.io",
"http://mastertheorem-aws-dev.us-west-2.elasticbeanstalk.com",
]

# Production security settings
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evaluate Master Theorem</title>
<script type="module" crossorigin src="/static/assets/index-Du3uC25W.js"></script>
<script type="module" crossorigin src="/static/assets/index-CYJRisw_.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-C4dQIb5I.css">
</head>

Expand Down
Loading

0 comments on commit 337dd13

Please sign in to comment.