You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a VFS engineer, I want to have static-pages deploy with my app, so that I can feel confident that pieces of my app will not be missing in deployment.
Issue Description
The static pages app in vets-website contains code for a lot of different applications, as well as references different applications. There is a risk if it's updated with other applications but not deployed together, apps can have broken functionality. When single apps deploy, we will need to ensure static websites also deploys to ensure app stability.
Tasks
Study current build process to see how single app deploys build.
Determine if adding static websites is needed.
If so, implement static websites build into single app builds.
Ensure these apps deploy together.
Acceptance Criteria
Apps that have cross-app dependencies in static websites will deploy together avoiding breaking changes.
Validation
Monitor deploys from single apps and ensure they deploy to production without missing pieces.
The text was updated successfully, but these errors were encountered:
User Story
As a VFS engineer, I want to have static-pages deploy with my app, so that I can feel confident that pieces of my app will not be missing in deployment.
Issue Description
The static pages app in vets-website contains code for a lot of different applications, as well as references different applications. There is a risk if it's updated with other applications but not deployed together, apps can have broken functionality. When single apps deploy, we will need to ensure static websites also deploys to ensure app stability.
Tasks
Acceptance Criteria
Validation
Monitor deploys from single apps and ensure they deploy to production without missing pieces.
The text was updated successfully, but these errors were encountered: