Skip to content

Commit

Permalink
workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Sep 30, 2024
1 parent 1847d17 commit 42af9e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cnm [![CI](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yml/badge.svg)](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yml) [![Docker](https://img.shields.io/docker/v/jeffersonlab/cnm?sort=semver&label=DockerHub)](https://hub.docker.com/r/jeffersonlab/cnm)
# cnm [![CI](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yaml/badge.svg)](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yaml) [![Docker](https://img.shields.io/docker/v/jeffersonlab/cnm?sort=semver&label=DockerHub)](https://hub.docker.com/r/jeffersonlab/cnm)
A [Java EE 8](https://en.wikipedia.org/wiki/Jakarta_EE) web application for managing machine component nomenclature at Jefferson Lab built with the [Smoothness](https://github.com/JeffersonLab/smoothness) web template.

![Screenshot](https://github.com/JeffersonLab/cnm/raw/main/Screenshot.png?raw=true "Screenshot")
Expand Down Expand Up @@ -87,10 +87,10 @@ The [server](https://github.com/JeffersonLab/wildfly/blob/main/scripts/server-se

## Release
1. Bump the version number in the VERSION file and commit and push to GitHub (using [Semantic Versioning](https://semver.org/)).
2. The [CD](https://github.com/JeffersonLab/cnm/blob/main/.github/workflows/cd.yml) GitHub Action should run automatically invoking:
- The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/gh-release.yml) GitHub Action to tag the source and create release notes summarizing any pull requests. Edit the release notes to add any missing details. A war file artifact is attached to the release.
- The [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yml) GitHub Action to create a new demo Docker image, and bump the [compose.override.yaml](https://github.com/JeffersonLab/cnm/blob/main/compose.override.yaml) to use the new image.
- The [Deploy to JLab](https://github.com/JeffersonLab/general-workflows/blob/main/.github/workflows/jlab-deploy-app.yml) GitHub Action to deploy to the JLab test environment.
2. The [CD](https://github.com/JeffersonLab/cnm/blob/main/.github/workflows/cd.yaml) GitHub Action should run automatically invoking:
- The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/gh-release.yaml) GitHub Action to tag the source and create release notes summarizing any pull requests. Edit the release notes to add any missing details. A war file artifact is attached to the release.
- The [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yaml) GitHub Action to create a new demo Docker image, and bump the [compose.override.yaml](https://github.com/JeffersonLab/cnm/blob/main/compose.override.yaml) to use the new image.
- The [Deploy to JLab](https://github.com/JeffersonLab/general-workflows/blob/main/.github/workflows/jlab-deploy-app.yaml) GitHub Action to deploy to the JLab test environment.

## Deploy
The deploy to JLab's acctest is handled automatically via the release workflow.
Expand Down

0 comments on commit 42af9e8

Please sign in to comment.