1.0.1 • Published 11 months ago
@openanime/release-server-publisher v1.0.1
OpenAnime Release Server Publisher
@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',
},
},
],
};
License
Distributed under the MIT License. See license file for more information.