mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32: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
24 lines
755 B
ReStructuredText
24 lines
755 B
ReStructuredText
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:
|
|
|
|
1. Update the version number in the ``package.json`` file
|
|
2. Commit the changes in git, push the changes up to GitLab, and request a merge
|
|
3. 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.
|