Skip to content

AktionLab/ugly-sweater-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ugly-sweater-run

WP site for The Ugly Sweater Run

Setting up for Capistrano deployment

Make sure you've got capistrano and railsless-deploy gems installed.

gem install capistrano
gem install railsless-deploy

When you cap deploy, git ls-remote is run on your local machine using one key, but the deploy key used on the remote server to clone the repo from github is different. Capistrano expects the same key, so as a workaround, we alias the ssh connection so we can have use two different identity files to acess github, one for local and one for remote.

Add a host entry to ~/.ssh/config

Host ugly-sweater
HostName github.com
User git

Now you shold be able to deploy.

cap deploy

About

WP site for The Ugly Sweater Run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages