Adding deploy script
This commit is contained in:
5
scripts/deploy.sh
Executable file
5
scripts/deploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} ${@}
|
||||
./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush ${@}
|
||||
Reference in New Issue
Block a user