4 lines
202 B
Bash
Raw Normal View History

2025-02-17 17:34:31 +04:00
#!/bin/
2025-02-17 15:21:47 +04:00
bash ./gradlew assemble
scp -o StrictHostKeyChecking=no build/libs/fuzzy-controller-0.0.1-SNAPSHOT.jar root@192.168.1.129:/root/fuzzy-controller.jar
2025-02-17 17:34:31 +04:00
ssh root@192.168.1.129 "bash /root/run-fc.sh"