11 lines
456 B
Bash
Executable File
11 lines
456 B
Bash
Executable File
#!/bin/bash
|
|
./mvnw -ntp clean -P-webpack
|
|
./mvnw -ntp checkstyle:check
|
|
./mvnw -ntp com.github.eirslett:frontend-maven-plugin:install-node-and-npm -DnodeVersion=v12.16.1 -DnpmVersion=6.14.5
|
|
./mvnw -ntp com.github.eirslett:frontend-maven-plugin:npm
|
|
./mvnw test
|
|
./mvnw -ntp verify -P-webpack -Pprod -DskipTests
|
|
docker-compose build
|
|
#docker login -u \$doApi -p \$doApi registry.digitalocean.com
|
|
docker push registry.digitalocean.com/nerdfortress/crusadetracker
|