commit 89630a8ad1882d70aeecb8b51ff92e038226db85 parent 95e5221ecf69b617af8ba959fa6ccaf01cb4e7ea Author: MikoĊaj Lenczewski <mblenczewski@gmail.com> Date: Fri, 21 Feb 2025 17:27:25 +0000 Reload nginx on upload Diffstat:
M | upload.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/upload.sh b/upload.sh @@ -5,3 +5,5 @@ $(dirname $0)/deploy.sh sftp raspi <<EOF put -fR out/* /var/www/mikolaj/ EOF + +ssh raspi -C "rc-service nginx reload"