I have an app built on Django/nginx/uWSGI.

I'd like my production server to reload uWSGI whenever the master branch gets modified.

I'm wondering if it would be a good practice to touch-reload some git file to achieve this.

[uwsgi]
#...
touch-reload = .git/index

As I'm also using Fabric to automate my deployments, maybe it is preferable to touch the uwsig module instead...

What do you think ?

有帮助吗?

解决方案

touch-reload = .git/index

Ended up working fine

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top