diff --git a/Makefile b/Makefile index e0da9dd..29e31df 100644 --- a/Makefile +++ b/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