Pergunta

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 ?

Foi útil?

Solução

touch-reload = .git/index

Ended up working fine

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top