diff options
author | EuAndreh <eu@euandre.org> | 2019-05-26 20:49:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-26 20:50:14 -0300 |
commit | 988f74258f770685d5a0300e308a62fa45c63350 (patch) | |
tree | 6782f0b5a3f4925da97d98dbf7f740dbb3a96d10 | |
parent | Disable StrictHostKeyChecking for SSH access (diff) | |
download | toph-988f74258f770685d5a0300e308a62fa45c63350.tar.gz toph-988f74258f770685d5a0300e308a62fa45c63350.tar.xz |
Change permission of ./secrets/id_rsa after git crypt unlock
-rwxr-xr-x | ci-setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci-setup.sh b/ci-setup.sh index 0694f64..a5eaf65 100755 --- a/ci-setup.sh +++ b/ci-setup.sh @@ -12,6 +12,8 @@ git crypt unlock popd echo "Done." +# git smudge after git-crypt clears file permissions +chmod 600 ./secrets/id_rsa cat .envrc >> ~/.buildenv source .envrc |