Add s3 upload to main update script

This commit is contained in:
Petr Mrázek 2017-03-05 01:48:21 +01:00
parent 5e1a24aabe
commit f30215c26c

View File

@ -42,4 +42,6 @@ if ! git diff --cached --exit-code ; then
fi
cd "${BASEDIR}"
s3cmd --exclude=".git*" --delete-removed sync ${BASEDIR}/${MMC_DIR}/ s3://meta.multimc.org || exit 2
exit 0