diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-05 21:29:28 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-05 21:29:28 -0600 |
| commit | bfd65760fcb5cee15a6281498fb50c1006ffbaed (patch) | |
| tree | 686905dee4266d8d521d761711666f1bf0b1ab44 | |
| parent | 267e64f49a7109f69116784d77cfb1d470851ed8 (diff) | |
update cap config to use ssh keys from local project
| -rw-r--r-- | lib/tasks/ssh.rake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/tasks/ssh.rake b/lib/tasks/ssh.rake deleted file mode 100644 index 8ef426dd..00000000 --- a/lib/tasks/ssh.rake +++ /dev/null @@ -1,11 +0,0 @@ -desc "install ssh keys" -task :install_keys do - sh "cp doc/keys/*.pem ~/.ssh/amazon-cakeside/" -end - -namespace :ssh do - desc "deploy to staging server" - task :staging do - sh "ssh ubuntu@ec2-23-22-119-121.compute-1.amazonaws.com -i ~/.ssh/amazon-cakeside/stagingcakesidecom.pem" - end -end |
