Achieving Seamless Deployments: A Guide to CI/CD for .NET Applications on AWS

|
| By Webner

Introduction: In the ever-evolving landscape of software development, adopting efficient and automated deployment processes is key to staying competitive. Continuous Integration and Continuous Deployment (CI/CD) practices have emerged as indispensable tools for achieving faster releases, reducing errors, and improving overall

How to run CakePHP 3.7 Shell Commands in Heroku console

| By Webner

Learn how to run CakePHP 3.7 Shell Commands in Heroku console 1. Create myCommandShell.php file in src/Shell folder with below content <?php namespace App\Shell; use Cake\Console\Shell; use App\Controller\PagesController; class myCommandShell extends Shell { public function main() { // do your