Adding deploy script

This commit is contained in:
Ryan Baxter
2021-09-22 15:16:44 -04:00
parent 89e933d68b
commit 058a02a1cd
2 changed files with 6 additions and 1 deletions

5
scripts/deploy.sh Executable file
View 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 ${@}