Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files Browse the repository at this point in the history
Update README
dmartinez committed May 31, 2024
1 parent e0a0972 commit 2fed42d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -28,6 +28,14 @@ make build

This bundles React in production mode and compresses all the files into a versioned tarball inside of the `artifact` directory. Your app is now ready to be deployed!

## Deployment Information

The VERSIONS.txt file found in the root directory of this repo follows the Semantic Versioning system and should be updated accordingly whenever a new release is to be prepared.

Once the bundled artifact has been produced, it should be included as a binary attachment in a new GHE release corresponding to the appropriate commit complete with a version number tag matching that which is found in the VERSION.txt file.

The versioned release should then downloaded, decompressed, and put into the source directory within the IaC for wayfinder. At this point, applying the IaC changes will deploy the webapp.

## Other Available Commands

In the project directory, you can run:

0 comments on commit 2fed42d

Please sign in to comment.