Skip to content

Commit

Permalink
deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Apr 22, 2024
1 parent fc8419c commit 6918521
Show file tree
Hide file tree
Showing 22 changed files with 230,765 additions and 472 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install -r /opt/app/requirements.txt
RUN pip install uwsgi

COPY vb_django/uwsgi.ini /etc/uwsgi/
RUN chown -R www-data:www-data /opt/app
RUN chown -R ${APP_USER}:${APP_USER} /opt/app

WORKDIR /opt/app
ENV PYTHONPATH="/opt/app:/opt/app/vb_django:${PYTHONPATH}"
Expand Down
406 changes: 0 additions & 406 deletions vb_django/static/3rdpartylicenses.txt

This file was deleted.

33 changes: 0 additions & 33 deletions vb_django/static/dask-worker-kube.yml

This file was deleted.

32 changes: 13 additions & 19 deletions vb_django/static/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{% load static %}
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EPA - VB</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="{% static 'favicon.ico' %}">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="{% static 'styles.css' %}"></head>
<body>
<app-root></app-root>
<script src="{% static 'runtime-es2015.js' %}" type="module"></script>
<script src="{% static 'runtime-es5.js' %}" nomodule defer></script>
<script src="{% static 'polyfills-es5.js' %}" nomodule defer></script>
<script src="{% static 'polyfills-es2015.js' %}" type="module"></script>
<script src="{% static 'main-es2015.js' %}" type="module"></script>
<script src="{% static 'main-es5.js' %}" nomodule defer></script></body>
<head>
<meta charset="utf-8"/>
<title>Vbweb</title>
<base href="/vb"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<link rel="stylesheet" href="styles.css"></head>
<body>
<app-root></app-root>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="vendor.js" type="module"></script><script src="main.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion vb_django/static/main-es2015.js

This file was deleted.

1 change: 0 additions & 1 deletion vb_django/static/main-es5.js

This file was deleted.

39,055 changes: 39,055 additions & 0 deletions vb_django/static/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vb_django/static/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vb_django/static/polyfills-es2015.js

This file was deleted.

1 change: 0 additions & 1 deletion vb_django/static/polyfills-es5.js

This file was deleted.

Loading

0 comments on commit 6918521

Please sign in to comment.