diff options
| author | mo khan <mokhan@users.noreply.github.com> | 2015-01-23 22:23:50 -0700 |
|---|---|---|
| committer | mo khan <mokhan@users.noreply.github.com> | 2015-01-23 22:23:50 -0700 |
| commit | e6052fa9bb2589f7965a004fa7bfa4392b19ca6e (patch) | |
| tree | 80a10fc49f506d8fe901baacc115f4fe0c2a6eb0 | |
| parent | 3ca923dfa8ce012960ec3b4f257c6011b6d18742 (diff) | |
| parent | 5dfdf3c4f77767c26fe9faf2590fdb8024aafed9 (diff) | |
Merge pull request #4 from mokhan/deploy-gh
deploy from cakeside/cakeside.
| -rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index c5ab7c7e..7a916df5 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ lock '3.3.5' set :application, 'cakeside' -set :repo_url, 'git@github.com:mokhan/cakeside.git' +set :repo_url, 'git@github.com:cakeside/cakeside.git' set :branch, 'master' set :user, "deployer" |
