As a DevOps engineer
I need to implement build and deploy tasks
So that successful builds are automatically deployed to OpenShift
Details and Assumptions
Need Docker image build task
Need OpenShift deployment task
Must handle PostgreSQL deployment
Need to create proper routes
Must include proper environment configuration
Acceptance Criteria
Given successful quality checks
When the build and deploy tasks run
Then a new Docker image should be built
And the application should be deployed to OpenShift
And PostgreSQL should be properly configured
And the application should be accessible via route
As a DevOps engineer I need to implement build and deploy tasks So that successful builds are automatically deployed to OpenShift
Details and Assumptions
Acceptance Criteria Given successful quality checks When the build and deploy tasks run Then a new Docker image should be built And the application should be deployed to OpenShift And PostgreSQL should be properly configured And the application should be accessible via route