RandomTeleport moved in #45

Merged
NorbiPeti merged 45 commits from dev into master 2018-06-30 00:33:47 +00:00
Showing only changes of commit 765610e6e3 - Show all commits

View file

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