-
Notifications
You must be signed in to change notification settings - Fork 17
DevOps
DevOps is the combination of cultural philosophies, practices, and tools that increases an organization's ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes.
To support TNO DevOps has been setup and configured to provide automatic build, test, scan, and deploy to appropriate environments.
DevOps has not yet been designed or implemented for TNO
TNO has three primary environments to support, development (DEV), testing (TEST), and production (PROD).
Changes made to the dev
branch in GitHub are automatically propagated into the DEV environment.
Change made to the main
branch in GitHub are automatically propagated into the TEST environment for QA and UAT. Once signoff has been received they are scheduled and released into the PROD environment.
There are additional services, tools, and features that are supported in external locations (Azure, Local File Shares, etc.).