File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,19 @@ For more information see:
2828* [ Informatics Matters website] ( https://www.informaticsmatters.com/pages/fragment_network.html )
2929* [ Fragnet Search application] ( https://fragnet.informaticsmatters.com/ )
3030
31- ## Building (CI)
31+ ## Building and deploying (CI)
3232The project containers are built automatically using GitHub Actions
3333(see the project workflows in ` .github/workflows ` for details of the build).
34- ` latest ` images pushed to Docker Hub for each change on the
35- master branch. Tagged releases are also automatically built and pushed to
36- Docker hub, with ` stable ` images also produced when the release is _ official_
37- (i.e. of the form ` N.N.N ` ).
34+
35+ - ` latest ` images pushed to Docker Hub for each change on the master branch.
36+ - Tagged releases are built and pushed to Docker hub, with ` stable ` images also
37+ produced when the release is _ official_ (i.e. of the form ` N.N[.N] ` ).
38+
39+ Deployment to the designated ** staging** site is AUTOMATIC and occurs for every
40+ change to Master.
41+
42+ Deployment to the designated ** production** site is AUTOMATIC and occurs for
43+ every _ official_ tag (i.e. of the form ` N.N[.N] ` ).
3844
3945## Building (developer)
4046Run the buildDockerImages target to build the container images ` ./gradlew buildDockerImages ` .
You can’t perform that action at this time.
0 commit comments