aboutsummaryrefslogtreecommitdiff
path: root/build_repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_repo.sh')
-rwxr-xr-xbuild_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_repo.sh b/build_repo.sh
index 0a1217a..45c83dc 100755
--- a/build_repo.sh
+++ b/build_repo.sh
@@ -68,7 +68,7 @@ deploy() {
local TARGET="cynerd.cz:/var/www/myrepo"
ssh cynerd.cz -- mkdir -p "/var/www/myrepo/$1" # Make sure that directory exists
echo -e "\e[1;34mSign and deploy $1\e[0m"
- SEC=myrepo/files/key.sec
+ SEC=key.sec
pushd .$1-sdk
staging_dir/host/bin/usign -S -s ../$SEC -m bin/$2/packages/base/Packages
scp bin/$2/packages/base/* "$TARGET/$1/"