Fix update dir
This commit is contained in:
parent
b3259239e5
commit
23d7e34372
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ if [ $1 = 'production' ]; then
|
||||||
echo Production mode
|
echo Production mode
|
||||||
echo $UPLOAD_KEY > upload_key
|
echo $UPLOAD_KEY > upload_key
|
||||||
chmod 400 upload_key
|
chmod 400 upload_key
|
||||||
yes | scp -B -i upload_key -o StrictHostKeyChecking=no $FILENAME travis@server.figytuna.com:/minecraft/main/pluginupdates
|
yes | scp -B -i upload_key -o StrictHostKeyChecking=no $FILENAME travis@server.figytuna.com:/minecraft/main/TBMC/pluginupdates
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue