modify: backend build script revert: clean search bar on create/edit in frontend update: API urls in frontend
10 lines
227 B
Bash
Executable File
10 lines
227 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd core/ || exit
|
|
mvn clean package
|
|
cd ..
|
|
cd huertos/ || exit
|
|
mvn clean package
|
|
cd ..
|
|
scp core/target/core-*.jar root@159.69.155.167:/root/transfer
|
|
scp huertos/target/huertos-*.jar root@159.69.155.167:/root/transfer |