-
Notifications
You must be signed in to change notification settings - Fork 7
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 github workflow to deploy to azure as static web app #215
Comments
I've configured everything on azures end, and added the deployment secret to github. The website is "live" at https://lively-ground-0d7c50410.azurestaticapps.net/ An example workflow can be found at https://docs.microsoft.com/en-us/azure/static-web-apps/build-configuration?tabs=github-actions#build-configuration |
PRs and main are published to azure, but both cannot be sideloaded at the moment. Some comments how this may be done: #216 (review) |
It should also create a new static web app for each PR (since staging slots are limited to 3). Similar to |
Todo:
|
@mohit038 could you please add a workflow (as a PR, maybe using https://github.com/JabRef/JabRefOnline/blob/main/.github/workflows/deploy.yml as a basis and incorporating JabRef/JabRefOnline#577). Then I will handle the necessary config in azure and add the secrets to github.
The text was updated successfully, but these errors were encountered: