From 3593215e7375389a6deea3802796b7476119e0fb Mon Sep 17 00:00:00 2001 From: Robert Scheibe Date: Fri, 20 Dec 2024 15:48:02 +0100 Subject: added buttons on the bottom to skim through the images --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 47fa800..2f2b6e7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -scp index.html robert@waterpi: -ssh robert@waterpi -C 'sudo cp index.html /var/www/html; sudo chown www-data:www-data /var/www/html/index.html' +scp index.html *.png robert@waterpi: +ssh robert@waterpi -C 'sudo cp index.html *.png /var/www/html; sudo chown www-data:www-data /var/www/html/index.html' -- cgit v1.2.3