I hereby claim:
- I am robb-broome on github.
- I am broomer (https://keybase.io/broomer) on keybase.
- I have a public key whose fingerprint is F7A3 D53C 93E8 FED6 2580 19B0 B946 B84D 6E13 F8E5
To claim this, I am signing this object:
" Use Vim settings, rather then Vi settings (much better!). | |
" This must be first, because it changes other options as a side effect. | |
set nocompatible | |
set hidden | |
filetype off | |
" vundle changes | |
set rtp+=$HOME/.vim/bundle/Vundle.vim | |
call vundle#begin() |
[hub] | |
protocol = https | |
[user] | |
name = robb-broome | |
email = [email protected] | |
[credential] | |
helper = osxkeychain | |
[alias] | |
cam = commit --amend --no-edit | |
promote = !$ZSH/bin/git-promote |
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'> | |
<title>Mail Filters</title> | |
<id>tag:mail.google.com,2008:filters:1458242725424,1458243461421,1458245451393,1458245562106,1458245652363</id> | |
<updated>2016-03-18T18:49:01Z</updated> | |
<author> | |
<name>Robb Broome</name> | |
<email>[email protected]</email> | |
</author> | |
<entry> | |
<category term='filter'></category> |
You have permissions to test-us-blinds-102763020 | |
Checking if Target is Set: | |
Target not required for non-prod deploys | |
skipping prepare_branches since DEPLOY_BRANCH was not set.. | |
Deploying Target_SHA 12b1627282388834ee3672bc90d89b4d1da5917a | |
Pulling latest remote changes for us_blinds_differing_from_installment_amounts_102763020 | |
Already up-to-date. | |
Already up-to-date. | |
Resolving dependencies........... | |
The Gemfile's dependencies are satisfied |
I hereby claim:
To claim this, I am signing this object:
[hub] | |
protocol = https | |
[user] | |
name = robb-broome | |
email = [email protected] | |
[credential] | |
helper = osxkeychain | |
[alias] | |
promote = !$ZSH/bin/git-promote | |
count = !git shortlog -sn |
I hereby claim:
To claim this, I am signing this object:
**.orig | |
*.pid | |
*.rbc | |
*.swo | |
*.swp | |
*~ | |
.DS_Store | |
.powrc | |
.rspec | |
.rvmrc |
# i am in /etc/nginx/sites-available/ | |
if (-f $document_root/system/maintenance.html) { | |
return 503; | |
} | |
error_page 503 @maintenance; | |
location @maintenance { | |
rewrite ^(.*)$ /system/maintenance.html last; | |
break; |
cd /opt/apps/search/tomcat/bin | |
./catalina.sh start | |
cd <your app dir> | |
redis-server config/redis.conf | |
redis-server config/redis.test.conf |