Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to config publish targets for different make targets #118

Closed
MarshallOfSound opened this issue Jan 31, 2017 · 3 comments
Closed
Assignees

Comments

@MarshallOfSound
Copy link
Member

Basically when #116 and #117 are sorted we will need a way to apply publish targets to different make targets through config.

Current Technique:

electron-forge publish --target=bintray

Now that isn't too bad but I think we can do better 😄

Proposal:

{
  "publish_targets": {
    "win32": ["github", "s3"],
    "darwin": ["github"],
    "linux": ["github", "bintray"]
  }
}
@malept
Copy link
Member

malept commented Jan 31, 2017

Very similar to make_targets, 👍

Although I wonder what the use case is for having different publish targets for different platforms.

@MarshallOfSound
Copy link
Member Author

@malept I for instance would want to publish linux artifacts to bintray and github while the rest only to github.

@malept
Copy link
Member

malept commented Jan 31, 2017

Good enough for me 😄

@MarshallOfSound MarshallOfSound self-assigned this Feb 4, 2017
MarshallOfSound added a commit that referenced this issue Feb 4, 2017
Also allows for multiple publish targets to be run simultaneously

Fixes #118
malept pushed a commit that referenced this issue Feb 5, 2017
Also allows for multiple publish targets to be run simultaneously

Fixes #118
dsanders11 pushed a commit that referenced this issue Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants