summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorRobert Scheibe <mail@robert-scheibe.de>2025-01-11 13:30:09 +0100
committerRobert Scheibe <mail@robert-scheibe.de>2025-01-11 13:30:09 +0100
commit09f0c55dd6c5068742e9c732777df8da6293f036 (patch)
tree070f51a9ae04fb48e6a69adc3c67a41cfe1d9746 /deploy.sh
parent94a67b27c3d5975f0f04acc40d493730a5d36099 (diff)
added arrow keys to history page, added favicon.ico
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 216d0cb..6069922 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-scp plot.py read_sensors.py water_the_plant create_backup make_photo index.html history.html *.png robert@waterpi:
+scp favicon.ico plot.py read_sensors.py water_the_plant create_backup make_photo index.html history.html *.png robert@waterpi:
ssh robert@waterpi -C '\
- sudo cp index.html history.html *.png /var/www/html; \
+ sudo cp favicon.ico index.html history.html *.png /var/www/html; \
sudo chown www-data:www-data /var/www/html/*.html /var/www/html/*.png; \
sudo cp plot.py read_sensors.py create_backup make_photo read_temperature.py water_the_plant /usr/local/bin'