adding source. initial commit

This commit is contained in:
nishaChandramoorthy
2012-08-27 12:02:59 +05:30
parent 89701e1a5a
commit e94e01293d
120 changed files with 4361 additions and 3 deletions

View File

@ -8,10 +8,10 @@ ssh_user = "user@domain.com"
ssh_port = "22"
document_root = "~/website.com/"
rsync_delete = true
deploy_default = "rsync"
deploy_default = "push"
# This will be configured for you when you run config_deploy
deploy_branch = "gh-pages"
deploy_branch = "master"
## -- Misc Configs -- ##