Fix update dir

This commit is contained in:
Norbi Peti 2018-06-15 20:03:23 +02:00
parent 79d0d06044
commit bf1a5562a0
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56

View file

@ -6,5 +6,5 @@ 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
yes | scp -B -i upload_key -o StrictHostKeyChecking=no $FILENAME travis@server.figytuna.com:/minecraft/main/TBMC/pluginupdates
fi