Skip to content

Commit e83a89a

Browse files
committed
Deploy to SSL site.
1 parent 6c4c0f7 commit e83a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88

99
desc 'Deploy to the live server'
1010
task :deploy => [:rebuild] do
11-
sh 'rsync -rtz --omit-dir-times --delete _site/ emrg@nodebox.net:/www/nodebox.net/public_html/'
11+
sh 'rsync -rtz --omit-dir-times --delete _site/ emrg@nodebox.net:/www/nodebox.net/secure_html/'
1212
end
1313

1414
desc 'Run Jekyll in server mode'

0 commit comments

Comments
 (0)