When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...
jonathannicol.com
"git is not a deployment tool, so don't do that" http://gitolite.com/deploy.html Set up SSH keys
brandonsummers.name
http://jonathannicol.com/blog/2013/11/19/automated-git-deployments-from-bitbucket/ http://symmetrycode.com/super-easy-deployment-with-git-and-bitbucket/ Bitbucket provides git hooks that can be used for code deployment. Code...
Best results in other decks
Rails log files rotate automatically when they reach approx. 100MB: $ ls -lh log/ -rw-r--r-- 1 user group 55M...
Running Unit Test in DDEV There are 3 ways to run a unit test with composer: 1. Basic Composer PHPUnit...