diff options
author | Robert Scheibe <rob.scheibe@gmail.com> | 2024-12-22 15:52:40 +0100 |
---|---|---|
committer | Robert Scheibe <rob.scheibe@gmail.com> | 2024-12-22 15:52:40 +0100 |
commit | bd0a388682dae9da9146a9d37ebfd4d2c2527b6e (patch) | |
tree | 6a555b1347dbfab3a956a4b6ede508c1559628b5 /deploy.sh | |
parent | 44a4a65f8c7244244d9b9102193d682ba89d3048 (diff) |
added history.html and cpu temperature plotting
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/bash set -e -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' +scp water_the_plant create_backup make_photo *.py index.html history.html *.png robert@waterpi: +ssh robert@waterpi -C 'sudo cp index.html history.html *.png /var/www/html; sudo chown www-data:www-data /var/www/html/*.html /var/www/html/*.png; sudo cp create_backup make_photo plot.py read_temperature.py water_the_plant /usr/local/bin' |