created: monorepo with front & back

This commit is contained in:
Jose
2026-03-07 00:00:09 +01:00
commit 76b30df1ba
272 changed files with 23425 additions and 0 deletions

10
backend/build-upload.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
cd core/ || exit
mvn clean package
cd ..
cd huertos/ || exit
mvn clean package
cd ..
scp core/target/core-*.jar root@huertosbellavista.es:/root/transfer
scp huertos/target/huertos-*.jar root@huertosbellavista.es:/root/transfer