aboutsummaryrefslogtreecommitdiff
path: root/ci-setup.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 00:12:19 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 00:12:19 -0300
commitaa4d55b5a7c9ed8c6ca76d60cddcc3b8a47101d9 (patch)
treed9bdb5b6cd4b583742a780563de6ab9e8fcbbcdd /ci-setup.sh
parentTODOs.org (diff)
downloadtoph-aa4d55b5a7c9ed8c6ca76d60cddcc3b8a47101d9.tar.gz
toph-aa4d55b5a7c9ed8c6ca76d60cddcc3b8a47101d9.tar.xz
Rename ./secrets/id_rsa{.pub} -> ./secrets/vps_box{.pub}
Diffstat (limited to 'ci-setup.sh')
-rwxr-xr-xci-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-setup.sh b/ci-setup.sh
index a5eaf65..a5d0c0d 100755
--- a/ci-setup.sh
+++ b/ci-setup.sh
@@ -13,7 +13,7 @@ popd
echo "Done."
# git smudge after git-crypt clears file permissions
-chmod 600 ./secrets/id_rsa
+chmod 600 ./secrets/vps_box
cat .envrc >> ~/.buildenv
source .envrc