created: monorepo with front & back
This commit is contained in:
10
backend/build-upload.sh
Executable file
10
backend/build-upload.sh
Executable 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
|
||||
Reference in New Issue
Block a user