質問

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