mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 22:26:22 +00:00
un arreglo temporal hasta que reiniciemos el contenedor de nginx
This commit is contained in:
parent
985ee40aa7
commit
583a5c0ebc
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue