-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VACMS-16853: next build branches ftw (#17154)
* add next-build as an option for requesting a content release * only override needed form fields for content release form * be more specific with repo roots in settings for different envs * fix broken unit test * fix broken integration test * add api client for next-build * try different file root location * add frontend information to payload, pass info to build trigger * add start to next-build frontend script * update next-build-frontend.sh script * further separate content release state machines * remove seperate release state manager * remove all references to simulatenous building using current pattern * simpler build trigger within form submission * debug Tugboat * filename change for queue runner * try kicking off script via cron * add more debugging to cron run * correct git location for next-build * make build script executable * cleanup code * add documentation * more code cleanup * update docs to trigger after failed tugboat * cleanup code * Update scripts/next-build-frontend.sh Co-authored-by: Tanner Heffner <[email protected]> * Update scripts/next-build-frontend.sh Co-authored-by: Tanner Heffner <[email protected]> * Update scripts/next-build-frontend.sh Co-authored-by: Tanner Heffner <[email protected]> * fixes from code review --------- Co-authored-by: Tanner Heffner <[email protected]>
- Loading branch information
1 parent
6d4696e
commit 828acc9
Showing
27 changed files
with
717 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# VA.gov Content Release | ||
|
||
va.gov is built using two separate frontend systems with a third being built: | ||
|
||
- content-build - This is the frontend for generating static content files. You can read more about the project here: | ||
https://github.com/department-of-veterans-affairs/content-build | ||
- vets-website - This is the frontend for integrating React widgets. You can read more about the project here: | ||
https://github.com/department-of-veterans-affairs/vets-website | ||
- next-build - This is the new frontend for generating static content files. You can read more about the project here: | ||
https://github.com/department-of-veterans-affairs/next-build | ||
|
||
More detailed documentation about how these frontends are build and released can be found in the main READMEs | ||
directory on the [CMS Content Release](../../../../READMES/cms-content-release.md) page. |
Oops, something went wrong.