File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Dir["tasks/**/*.rake"].each { |task| load task }
7
7
8
8
## -- Rsync Deploy config -- ##
9
9
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
10
- ssh_user = "user@domain .com"
10
+ ssh_user = "git@github .com"
11
11
ssh_port = "22"
12
12
document_root = "~/website.com/"
13
13
rsync_delete = false
14
14
rsync_args = "" # Any extra arguments to pass to rsync
15
- deploy_default = "rsync "
15
+ deploy_default = "push "
16
16
17
17
# This will be configured for you when you run config_deploy
18
- deploy_branch = "gh-pages "
18
+ deploy_branch = "master "
19
19
20
20
## -- Misc Configs -- ##
21
21
@@ -383,4 +383,4 @@ desc "list tasks"
383
383
task :list do
384
384
puts "Tasks: #{ ( Rake ::Task . tasks - [ Rake ::Task [ :list ] ] ) . join ( ', ' ) } "
385
385
puts "(type rake -T for more detail)\n \n "
386
- end
386
+ end
You can’t perform that action at this time.
0 commit comments