I hereby claim:
- I am cmgmyr on github.
- I am cmgmyr (https://keybase.io/cmgmyr) on keybase.
- I have a public key whose fingerprint is EC6F C9C6 5C75 41C8 FB22 9981 C5D8 B19B 6765 9B18
To claim this, I am signing this object:
<?php | |
namespace App\Loggers; | |
use Illuminate\Log\Logger as IlluminateLogger; | |
use Monolog\Formatter\FormatterInterface; | |
use Monolog\Formatter\LineFormatter; | |
class LocalLogger | |
{ |
defaults: &defaults | |
working_directory: ~/cmgmyr/MY_REPO | |
docker: | |
- image: circleci/php:7.1.15-browsers | |
version: 2 | |
jobs: | |
build: | |
<<: *defaults |
I hereby claim:
To claim this, I am signing this object:
With GistVote you'll be able to:
If you have any suggestion, issues, or want to contribute, please visit us on GitHub
cd ~/Downloads/path/to/ssl | |
cat godaddy-ca.crt gd_bundle.crt > godaddy-combined.crt |
#!/bin/sh | |
# | |
# hook file name: post-update | |
echo | |
echo "**** Pulling changes into server [Hub's post-update hook]" | |
echo | |
case " $1 " in |