diff options
author | Karel Kočí <cynerd@email.cz> | 2020-11-28 17:52:24 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-11-28 17:52:24 +0100 |
commit | 13eccf096bd63204ac24bd4a5b6cbf078763225b (patch) | |
tree | 32de261252ec981895ac3e6227d75c4f2c66dbcb /jobs/turris-updater-conf.run | |
parent | a520be65fa19e66be4f5d9a91e257a6a2b835bc3 (diff) | |
download | laminar-cnf-13eccf096bd63204ac24bd4a5b6cbf078763225b.tar.gz laminar-cnf-13eccf096bd63204ac24bd4a5b6cbf078763225b.tar.bz2 laminar-cnf-13eccf096bd63204ac24bd4a5b6cbf078763225b.zip |
turris-updater-conf: update path to key as well
Diffstat (limited to 'jobs/turris-updater-conf.run')
-rwxr-xr-x | jobs/turris-updater-conf.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/turris-updater-conf.run b/jobs/turris-updater-conf.run index f81289f..8e9f0e8 100755 --- a/jobs/turris-updater-conf.run +++ b/jobs/turris-updater-conf.run @@ -6,7 +6,7 @@ echo_stage "Get personal repository" git_clone "git@cynerd.cz:openwrt-personal-pkgs" pkgs echo_stage "Signing" -signify -S -s ~/openwrt-repo.sec -m pkgs/updater.lua +signify -S -s ~/keys/openwrt-repo.sec -m pkgs/updater.lua echo_stage "Deploy" ssh upload mkdir -p "/var/www/repo/turris" |