Integrated ChunkArchive & added a test for it #13

Merged
NorbiPeti merged 30 commits from dev into master 2018-08-10 20:35:55 +00:00
Showing only changes of commit 6006e995b9 - Show all commits

View file

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