mirror of
https://github.com/2006-Scape/Script-Factory.git
synced 2026-07-02 16:49:10 +00:00
11 lines
248 B
YAML
11 lines
248 B
YAML
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
|