Add GitHub Workflow for building Sengi #356
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a GitHub workflow for building the Sengi web application, deploy it to https://sengiapp.github.io/ (GitHub Pages), and in case it was triggered by a new tag, it will create a draft release for this tag and attach a ZIP archive of the Sengi web application built from the tagged commit.
I took the liberty to create the SengiApp organization on GitHub in order to test the automatic deployment via the GitHub workflow. I've invited @NicolasConstant as an owner to the organization and will leave it afterwards.
Example workflow run for a regular commit (with automatic deployment):
https://github.com/joschi/sengi/actions/runs/587208773
Example workflow run for a tag (with automatic upload of the Sengi web application to the draft release):
https://github.com/joschi/sengi/actions/runs/587209190
Example draft release created by the workflow:
Closes #353