Commit f6dbfad8 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

update build/deployment section in readme

parent f7f24b81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ Versioning
* minor changes is when changes to the existing applications/tools happens
* patches are encompassed in minor changes and are not included

Deployment
Build & Deployment
----------
`nsd-app-wrap` is deployed via an rpm that is created using gitlab-ci and configured mostly in the `Dockerfile`.
The `nsd-app-wrap` rpm build process is containerized.  The `Dockerfile` in the `rpm` directory describes the image being built which contains the rpm tools needed to create rpms.
The `Dockerfile` is based on a rocky 9 image and with rpm-build installed.
It creates the rpm then uses `scp` to copy noarch to packages.sns.gov.
The analysis cluster is configured to automatically update `nsd-app-wrap` rpm whenever a new one is available.