diff --git a/Circuits/SensorsPCB.fzz b/Circuits/SensorsPCB.fzz index 6b1f385..b6f6e73 100644 Binary files a/Circuits/SensorsPCB.fzz and b/Circuits/SensorsPCB.fzz differ diff --git a/Web/deploy.sh b/Web/deploy.sh deleted file mode 100644 index a677687..0000000 --- a/Web/deploy.sh +++ /dev/null @@ -1 +0,0 @@ -rsync -rlvz --delete --exclude "tmp" --exclude "config.php" -e "ssh -p2222" ./api/ dslak@2.233.91.82:/var/www/weather/api/ diff --git a/Web/weather/deploy.sh b/Web/weather/deploy.sh new file mode 100644 index 0000000..97fc66f --- /dev/null +++ b/Web/weather/deploy.sh @@ -0,0 +1 @@ +rsync -rlvz --delete --exclude "config.php" -e "ssh -p2222" ./dist/weather/ dslak@2.233.91.82:/var/www/weather/ diff --git a/Web/weather/src/app/app.component.html b/Web/weather/src/app/app.component.html index be6214b..0999b05 100644 --- a/Web/weather/src/app/app.component.html +++ b/Web/weather/src/app/app.component.html @@ -1,5 +1,8 @@
- {{title}} + + + {{title}} +