8000 Deploy to github pages. · hardBox/rubysec.github.com@62a4395 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62a4395

Browse files
committed
Deploy to github pages.
1 parent 3da45e9 commit 62a4395

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Dir["tasks/**/*.rake"].each { |task| load task }
77

88
## -- Rsync Deploy config -- ##
99
# 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"
1111
ssh_port = "22"
1212
document_root = "~/website.com/"
1313
rsync_delete = false
1414
rsync_args = "" # Any extra arguments to pass to rsync
15-
deploy_default = "rsync"
15+
deploy_default = "push"
1616

1717
# This will be configured for you when you run config_deploy
18-
deploy_branch = "gh-pages"
18+
deploy_branch = "master"
1919

2020
## -- Misc Configs -- ##
2121

@@ -383,4 +383,4 @@ desc "list tasks"
383383
task :list do
384384
puts "Tasks: #{(Rake::Task.tasks - [Rake::Task[:list]]).join(', ')}"
385385
puts "(type rake -T for more detail)\n\n"
386-
end
386+
end

0 commit comments

Comments
 (0)
0