That didn't work so try this

This commit is contained in:
Norbi Peti 2017-06-28 18:12:24 +02:00 committed by GitHub
parent 765610e6e3
commit 39ee9ba498

View file

@ -5,5 +5,6 @@ echo Found file: $FILENAME
if [ $1 = 'production' ]; then
echo Production mode
echo $UPLOAD_KEY > upload_key
yes | scp -i upload_key $FILENAME travis@server.figytuna.com:/minecraft/main/plugins
yes | scp -B -i upload_key -o StrictHostKeyChecking=no $FILENAME travis@server.figytuna.com:/minecraft/main/plugins
fi