@openanime/release-server-publisher
publishes all your artifacts to a hosted instance of OpenAnime Release Server where users will be able to download them.
module.exports = {
// ...
publishers: [
{
name: '@openanime/release-server-publisher',
config: {
baseUrl: 'https://update.server.com',
username: 'admin',
password: 'admin',
},
},
],
};
Distributed under the MIT License. See license file for more information.