diff --git a/.copilot/config.yml b/.copilot/config.yml index 5570cb64..81d3d979 100644 --- a/.copilot/config.yml +++ b/.copilot/config.yml @@ -2,3 +2,5 @@ repository: lite/lite-hmrc builder: name: paketobuildpacks/builder-jammy-full version: 0.3.339 +packs: + - acodeninja/psql \ No newline at end of file diff --git a/Procfile b/Procfile index e395ba82..55523b6f 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ web: python manage.py migrate && gunicorn conf.wsgi:application celeryworker: celery -A conf worker -l info celerybeat: celery -A conf beat -l info -dump-and-anonymise: python manage.py dump-and-anonymise +dump-and-anonymise: python manage.py dump_and_anonymise