Electron Forge
GitHub
Discord
Search…
V6
Getting Started
Import Existing Project
Configuration
CLI
Built-in Templates
TypeScript
TypeScript + Webpack
Webpack
Forge Configuration
Plugins
Makers
Publishers
Bitbucket
Electron Release Server
GitHub
Nucleus
S3
Snapcraft
Guides
Electron Guides
Framework Integration
Developing with WSL
Advanced
Auto Update
Debugging
Extending Electron Forge
API Docs
Powered By
GitBook
Electron Release Server
The Electron Release Server target publishes all your artifacts to a hosted instance of
Electron Release Server
.
Please note that Electron Release Server is a community powered project and is not associated with Electron Forge or the Electron project directly.
Configuration options are documented in
PublisherERSConfig
Usage
1
{
2
name
:
'@electron-forge/publisher-electron-release-server'
,
3
config
:
{
4
baseUrl
:
'https://update.server.com'
,
5
username
:
'admin'
,
6
password
:
'admin'
7
}
8
}
Copied!
Previous
Bitbucket
Next
GitHub
Last modified
4yr ago
Copy link
Edit on GitHub
Contents
Usage