Skip to content

Commit

Permalink
Updates setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcongo committed Aug 14, 2024
1 parent 28bf10c commit 88938bf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
14 changes: 7 additions & 7 deletions app/poetry.lock

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

1 change: 1 addition & 0 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ gunicorn = "^20.1.0"
django-dbbackup = "^4.0.2"
python-gnupg = "^0.5.0"
sentry-sdk = "^1.37.0"
setuptools = "^72.2.0"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 2 additions & 0 deletions devops/group_vars/all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

---

working_tree: /srv/www/

redis_password: "{{ lookup('envkey','REDIS_PASSWORD') }}"
redis_bind: 127.0.0.1

Expand Down
2 changes: 1 addition & 1 deletion devops/group_vars/staging
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
user: deploy
ansible_python_interpreter: /usr/bin/python3

app_path: /srv/www/openownership.org/app
app_path: /srv/www/app

####################################################################################################
# Envkey
Expand Down
2 changes: 1 addition & 1 deletion devops/roles
Submodule roles updated from 563a0c to dbadb3
8 changes: 4 additions & 4 deletions devops/webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
become: true
roles:
# - {role: 'hactar.security', tags: 'security'}
- {role: 'hactar.bootstrap', tags: 'bootstrap'}
# - {role: 'hactar.bootstrap', tags: 'bootstrap'}
# - {role: 'hactar.firewall', tags: 'firewall'}
# - {role: 'hactar.envkey', tags: 'envkey'}
# - {role: 'galaxy/DavidWittman.redis', tags: 'redis'}
# - {role: 'hactar.gitdeploys', tags: 'gitdeploys'}
# - {role: 'hactar.memcached', tags: 'memcached'}
- {role: 'hactar.shell', tags: 'shell'}
# - {role: 'hactar.shell', tags: 'shell'}
# - {role: 'hactar.postgresql', tags: 'postgresql'}
# - {role: 'hactar.python3', tags: 'python'}
- {role: 'hactar.node', tags: 'node'}
- {role: 'hactar.python', tags: 'python'}
# - {role: 'hactar.node', tags: 'node'}
# - {role: 'hactar.supervisor', tags: 'supervisor'}
# - {role: 'hactar.caddy', tags: 'caddy'}

0 comments on commit 88938bf

Please sign in to comment.