diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..825a44d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +before_script: + - mvn clean + +production: + script: + - mvn -U package -Dsettings.security=/home/ci/settings.xml + - java -cp /home/ci/allatori/allatori.jar com.allatori.Obfuscate ./target/classes/config.xml + type: deploy + only: + - master