summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorRobert Scheibe <mail@robert-scheibe.de>2024-12-20 15:48:02 +0100
committerRobert Scheibe <mail@robert-scheibe.de>2024-12-20 15:48:02 +0100
commit3593215e7375389a6deea3802796b7476119e0fb (patch)
treeb93e4b3d72c34e6947502f4ccd87577449a20bfe /deploy.sh
parent3838acdc1cfc4c2c3c0c74f638d9ca5109dea855 (diff)
added buttons on the bottom to skim through the images
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 2 insertions, 2 deletions
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'