Skip to content

Commit b881bec

Browse files
committed
Update backend
1 parent 7318104 commit b881bec

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

.github/deploy/staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
tasks:
44
- name: Copy Nginx configuration file
55
ansible.builtin.copy:
6-
src: '{{ playbook_dir }}/../../nginx/nginx.conf'
6+
src: '{{ playbook_dir }}/../../nginx/staging.conf'
77
dest: ~/nginx/nginx.conf
88
mode: '0644'
99

backend/poetry.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ packages = [{ include = "apps" }]
1010
[tool.poetry.dependencies]
1111
django = "^5.1"
1212
django-configurations = "^2.5.1"
13+
django-storages = {extras = ["s3"], version = "^1.14.4"}
1314
gunicorn = "^23.0.0"
1415
lxml = "^5.3.0"
1516
psycopg2 = "^2.9.9"
1617
pygithub = "^2.3.0"
1718
python = "^3.12"
1819
pyyaml = "^6.0.2"
1920
requests = "^2.32.3"
20-
django-storages = {extras = ["s3"], version = "^1.14.4"}
2121

2222
[tool.poetry.group.dev.dependencies]
2323
pre-commit = "^3.8.0"

docker-compose.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ services:
1616
- '8000:8000'
1717
volumes:
1818
- ./backend:/home/owasp
19-
- ./.env/backend:/home/owasp/.env
2019

2120
db:
2221
container_name: nest-db
File renamed without changes.

0 commit comments

Comments
 (0)