]> arthur.barton.de Git - netdata.git/blobdiff - .travis/deploy-if-have-key
Don't pollute tree with ssh-key ready indicator
[netdata.git] / .travis / deploy-if-have-key
index 6c40e25705db72c6abe22c40c859f29ab1d84a23..50e69b939da6ac7e8fffd76054f75f1b1a35f0c1 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 # Deploy tar-files and checksums to the firehol website
 
-if [ ! -f .travis/travis_rsa.ready ]
+if [ ! -f /tmp/ssh-key-loaded ]
 then
   echo "No ssh key decrypted - skipping deployment to website"
   exit 0