#!/bin/sh set -ex openssl aes-256-cbc \ -K $encrypted_08aaf016324d_key -iv $encrypted_08aaf016324d_iv \ -in .travis-id_rsa-xonotic -out id_rsa-xonotic -d chmod 0600 id_rsa-xonotic ssh-keygen -y -f id_rsa-xonotic rev=`git rev-parse HEAD` sftp -oStrictHostKeyChecking=no -i id_rsa-xonotic -P 2222 -b - autobuild-bin-uploader@beta.xonotic.org <