Add steamwarci.yml

This commit is contained in:
Lixfel
2024-06-16 12:52:43 +02:00
parent 350ea7f31e
commit 2475572573

9
steamwarci.yml Normal file
View File

@ -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/"