Fix deployment target

This commit is contained in:
Guillaume Ayoub 2018-10-04 15:40:37 +02:00
parent 46494a2fe2
commit 7dbadf5108

View File

@ -26,4 +26,4 @@ serve:
afpy:
ssh -t $(AFPY_SERVER) 'cd site && git pull'
ssh -t $(AFPY_SERVER) 'killall uwsgi && /usr/local/etc/rc.d/uwsgi restart'
ssh -t $(AFPY_SERVER) 'killall uwsgi-3.6 && /usr/local/etc/rc.d/uwsgi restart'