Skip to content

Commit

Permalink
Just noticed these were in here, moved them to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
mertonium committed Mar 14, 2012
1 parent ebbdcf8 commit 7c9c23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aliases.sh
Expand Up @@ -38,12 +38,12 @@ alias jruby='rbenv shell jruby-1.6.5'
alias rbx='rbenv shell rbx-1.2.4'
alias ree='rbenv shell ree-1.8.7-2011.03'
alias whitespace='find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | xargs -0 sed -i "" -E "s/[[:space:]]*$//"'
alias lbprod='ssh -i ~/.ssh/local.pem ubuntu@locbox.me'
alias lbstage='ssh ubuntu@dev1.locbox.me -i ~/.ssh/local_dev.pem'

#alias ors='ssh -i ~/.ssh/local_dev.pem root@ec2-204-236-253-28.compute-1.amazonaws.com'
#alias ors='ssh -i ~/.ssh/local_dev.pem root@ec2-50-16-12-43.compute-1.amazonaws.com'
#alias rs='ssh -i ~/.ssh/local_dev.pem ubuntu@50.16.237.203'
alias lbprod='ssh -i ~/.ssh/local.pem ubuntu@locbox.me'
alias lbstage='ssh ubuntu@ec2-50-16-237-203.compute-1.amazonaws.com -i ~/.ssh/local_dev.pem'
alias decepticon='ssh ubuntu@107.22.185.246 -i ~/.ssh/deal_engine_dev.pem'
#alias rpp='ssh -L 3307:127.0.0.1:3306 -i ~/.ssh/local.pem ubuntu@locbox.me'
#alias rsp='ssh -L 3309:ec2-204-236-253-28.compute-1.amazonaws.com:3306 -i ~/.ssh/local.pem root@ec2-204-236-253-28.compute-1.amazonaws.com'
Expand Down

0 comments on commit 7c9c23c

Please sign in to comment.