Skip to content

Commit

Permalink
Updated procfile to install langs
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-otf committed Nov 21, 2024
1 parent 1de4216 commit a70fe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
web: gunicorn hypha.wsgi:application --log-file -
web: python manage.py install_languages fr_en --noinput && gunicorn hypha.wsgi:application --log-file -

0 comments on commit a70fe0e

Please sign in to comment.