build: add deploy script
This commit is contained in:
parent
ed0a66c7cd
commit
6716988c45
1 changed files with 3 additions and 0 deletions
3
deploy.sh
Executable file
3
deploy.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
mvn install -f "varo/pom.xml"
|
||||
scp varo/target/varo-1.0.jar root@cliffbreak.de:minecraft/varo/data/plugins/
|
Loading…
Reference in a new issue