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

chore: deploy firefox addon via gh-pages #6

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

fmoessbauer
Copy link
Member

The idea is to deploy the update manifest for Mozilla Firefox to github pages. On new releases, we create the release and build the (unsigned) xpi. Then, we upload that to AMO and wait for it to be signed. Once signed, we download the signed xpi and attach that to the release. Then, we update the update manifest and push that to main (which updates it on gh-pages as well). After that, all Firefox instances that have updates for this extension enabled will automatically download and updatethe extension.

closes: #5

The idea is to deploy the update manifest for Mozilla Firefox to github
pages. On new releases, we create the release and build the (unsigned)
xpi. Then, we upload that to AMO and wait for it to be signed. Once
signed, we download the signed xpi and attach that to the release. Then,
we update the update manifest and push that to main (which updates it on
gh-pages as well). After that, all Firefox instances that have updates
for this extension enabled will automatically download and updatethe
extension.

closes: #5

Signed-off-by: Felix Moessbauer <[email protected]>
@fmoessbauer fmoessbauer merged commit 7ed164d into main Jun 24, 2024
3 checks passed
@fmoessbauer fmoessbauer deleted the fm/test-deploy-update-manifest branch June 24, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Marketplace link broken?
2 participants