mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-10-31 16:54:47 +00:00
Raoul Snyman
7d62bf122f
- Refactor and add documentation - Pull the version number into the UI - No need to do a yarn install before deployment in GitLab CI - Make CI generate a version json file
755 B
755 B
Deployment
Deploying the web remote is done via the GitLab CI system, but there are some manual steps that need to take place first.
Version and Tag
In order to deploy the web remote, an new tag needs to be created. Having said that, before a new tag can be created, we need to set up a new version of the web remote.
This is just three simple steps:
- Update the version number in the
package.json
file - Commit the changes in git, push the changes up to GitLab, and request a merge
- Once your merge request has been merged, create a new tag in GitLab
GitLab CI
When a new tag is created, GitLab CI will automatically run, and the new version of the web remote will be deployed to the download server.