From 2475572573bf1e579f0b268920445baeb478ec3b Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sun, 16 Jun 2024 12:52:43 +0200 Subject: [PATCH] Add steamwarci.yml --- steamwarci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 steamwarci.yml diff --git a/steamwarci.yml b/steamwarci.yml new file mode 100644 index 000000000..570a078f0 --- /dev/null +++ b/steamwarci.yml @@ -0,0 +1,9 @@ +build: + - "./gradlew build" + - "./gradlew --stop" + +artifacts: + "/binarys/velocity.jar": "proxy/build/libs/velocity-proxy-3.3.0-SNAPSHOT-all.jar" + +release: + - "mvn deploy:deploy-file -DgroupId=de.steamwar -DartifactId=velocity -Dversion=RELEASE -Dpackaging=jar -Dfile=proxy/build/libs/velocity-proxy-3.3.0-SNAPSHOT-all.jar -Durl=file:///var/www/html/maven/"