Skip to content

Commit

Permalink
Move to new server structure
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Mar 10, 2015
1 parent ff31336 commit 0e4f70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -77,7 +77,7 @@ end
desc 'Publish website (requires the right SSH key'
task :publish do
Rake::Task["gen"].execute({:profile => 'production'})
cmd = "rsync -avz --delete --filter=\"- /video/\" --filter=\"- /cgi-bin/\" _site/ emmanuelbernard:public_html/lescastcodeurs"
cmd = "rsync -avz --delete --filter=\"- /video/\" --filter=\"- /cgi-bin/\" _site/ lcc:/var/www/lescastcodeurs"
system cmd
end

Expand Down

0 comments on commit 0e4f70b

Please sign in to comment.