mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-04 08:39:23 +00:00
10 lines
154 B
YAML
10 lines
154 B
YAML
before_script:
|
||
- mvn clean
|
||
|
||
production:
|
||
script:
|
||
- mvn -U package -Dsettings.security=/home/ci/settings.xml
|
||
|
||
type: deploy
|
||
only:
|
||
- master |