-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This repository modifies the default docker-compose.yml
file of the forked repository to adapt it to the Tournesol infrastructure.
A perfect copy of the upstream master
branch.
It can be synced regularly with the upstream, no other modification is expected.
The branch that must be tagged and used to deploy Plausible Analytics on our infrastructure.
It contains a customized docker-compose.yml
file, and could host other relevant modifications.
When master
is updated, it can be merged into this branch.
New feature branches should be created from tournesol-deployment
, be reviewed, and should be merged into tournesol-deployment
.
Releases are created by tagging the branch tournesol-deployment
.
Use the command git tag -a
to create new tag and annotate it with a concise message. The tag must follow the pattern <yyyy>.<mm>.<dd>
.
Example with a tag created the 2nd of March 2023:
git tag -a 2023.03.02
# When several tags are created the same day, append a digit starting at 1:
git tag -a 2023.03.02-1
git tag -a 2023.03.02-2
Configure your deployment system to use the desired tag.