summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmvn-phase-script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index ff81a25..c07c832 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -96,6 +96,7 @@ deploy)
# upload all sh file under the root of module
upload_files_of_extension_recursively sh
upload_files_of_extension_recursively py
+ upload_files_of_extension_recursively yaml
;;
*)
echo "====> unknown mvn project module"