aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy_boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy_boot.sh')
-rwxr-xr-xscripts/deploy_boot.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/deploy_boot.sh b/scripts/deploy_boot.sh
new file mode 100755
index 00000000..fb256559
--- /dev/null
+++ b/scripts/deploy_boot.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+source repo_config.txt
+
+SOURCE_DIR=../boot
+GROUP_ID=org.openecomp.demo.boot
+VERSION=1.0.0
+
+cd $SOURCE_DIR
+ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{}
+