Skip to content

Commit

Permalink
Update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 3, 2024
1 parent 7318104 commit b881bec
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/deploy/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
tasks:
- name: Copy Nginx configuration file
ansible.builtin.copy:
src: '{{ playbook_dir }}/../../nginx/nginx.conf'
src: '{{ playbook_dir }}/../../nginx/staging.conf'
dest: ~/nginx/nginx.conf
mode: '0644'

Expand Down
26 changes: 13 additions & 13 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ packages = [{ include = "apps" }]
[tool.poetry.dependencies]
django = "^5.1"
django-configurations = "^2.5.1"
django-storages = {extras = ["s3"], version = "^1.14.4"}
gunicorn = "^23.0.0"
lxml = "^5.3.0"
psycopg2 = "^2.9.9"
pygithub = "^2.3.0"
python = "^3.12"
pyyaml = "^6.0.2"
requests = "^2.32.3"
django-storages = {extras = ["s3"], version = "^1.14.4"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8.0"
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- '8000:8000'
volumes:
- ./backend:/home/owasp
- ./.env/backend:/home/owasp/.env

db:
container_name: nest-db
Expand Down
File renamed without changes.

0 comments on commit b881bec

Please sign in to comment.