un arreglo temporal hasta que reiniciemos el contenedor de nginx

This commit is contained in:
f 2021-06-21 22:31:48 -03:00
parent 985ee40aa7
commit 583a5c0ebc

View file

@ -118,6 +118,7 @@ $(dirs):
ota: assets
sudo chgrp -R 82 public/
rsync -avi --delete-after public/ $(delegate):/srv/sutty/srv/http/data/_$(public)/
rsync -avi --delete-after public/ $(delegate):/srv/sutty/srv/http/data/_public/_staging/
ssh $(delegate) docker exec $(container) sh -c "cat /srv/http/tmp/puma.pid | xargs -r kill -USR2"
# Hotfixes