mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-16 14:38:20 +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
|
ota: assets
|
||||||
sudo chgrp -R 82 public/
|
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)/
|
||||||
|
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"
|
ssh $(delegate) docker exec $(container) sh -c "cat /srv/http/tmp/puma.pid | xargs -r kill -USR2"
|
||||||
|
|
||||||
# Hotfixes
|
# Hotfixes
|
||||||
|
|
Loading…
Reference in a new issue