diff options
author | Robert Scheibe <mail@robert-scheibe.de> | 2024-12-20 15:48:02 +0100 |
---|---|---|
committer | Robert Scheibe <mail@robert-scheibe.de> | 2024-12-20 15:48:02 +0100 |
commit | 3593215e7375389a6deea3802796b7476119e0fb (patch) | |
tree | b93e4b3d72c34e6947502f4ccd87577449a20bfe /deploy.sh | |
parent | 3838acdc1cfc4c2c3c0c74f638d9ca5109dea855 (diff) |
added buttons on the bottom to skim through the images
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 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' |