Skip to content

Commit

Permalink
try slightly different incantation
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Nov 1, 2023
1 parent c5341a0 commit fed308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/asset-dashboard-staging.conf.supervisor
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ stdout_logfile_maxbytes=10MB
stderr_logfile=/var/log/{{ app_name }}-{{ deployment_id }}-err.log
stderr_logfile_maxbytes=10MB
directory=/home/datamade/{{ app_name }}-{{ deployment_id }}
command=env $(cat /home/datamade/{{ app_name }}-{{ deployment_id }}/.env | xargs) /home/datamade/.virtualenvs/{{ app_name }}-{{ deployment_id }}/bin/gunicorn -t 180 --log-level debug -b unix:/tmp/{{ app_name }}-{{ deployment_id }}.sock asset_dashboard.wsgi:application
command=bash -c "env $(cat /home/datamade/{{ app_name }}-{{ deployment_id }}/.env | xargs) /home/datamade/.virtualenvs/{{ app_name }}-{{ deployment_id }}/bin/gunicorn -t 180 --log-level debug -b unix:/tmp/{{ app_name }}-{{ deployment_id }}.sock asset_dashboard.wsgi:application"

0 comments on commit fed308a

Please sign in to comment.