Previously, clients faced prolonged waiting periods, often spanning months, just to view work-in-progress deliverables. This delay was attributed to the development team's time-intensive server provisioning and other tasks. To address this, we championed the integration of DevOps practices. This involved guiding the team on Docker utilization, Dockerfile best practices, and designing pipelines with Github Actions. We also emphasized solution architecture and code standardization, leveraging tools like linters, pre-committers, and security scanners. Cloud Run became instrumental in our development lifecycle, facilitating everything from building development instances before merging to master, to staging instances for pre-production, and finally deploying to production using Github Releases. All these processes were tailored to fit the team's size, existing knowledge, and capabilities.