Guest User

Untitled

a guest
Apr 2nd, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. dan@dan-VirtualBox:~/octopress$ rake deploy
  2. ## Deploying branch to Github Pages
  3. rm -rf _deploy/blog
  4. rm -rf _deploy/robots.txt
  5. rm -rf _deploy/index.html
  6. rm -rf _deploy/sitemap.xml
  7. rm -rf _deploy/javascripts
  8. rm -rf _deploy/atom.xml
  9. rm -rf _deploy/stylesheets
  10. rm -rf _deploy/assets
  11. rm -rf _deploy/images
  12. rm -rf _deploy/favicon.png
  13.  
  14. ## copying public to _deploy
  15. cp -r public/. _deploy
  16. rake aborted!
  17. Permission denied - _deploy/./blog/archives/index.html
  18.  
  19. Tasks: TOP => deploy
  20. (See full trace by running task with --trace)
  21.  
  22. dan@dan-VirtualBox:~/octopress$ sudo rake deploy
  23. ## Deploying branch to Github Pages
  24. rm -rf _deploy/blog
  25. rm -rf _deploy/robots.txt
  26. rm -rf _deploy/index.html
  27. rm -rf _deploy/sitemap.xml
  28. rm -rf _deploy/javascripts
  29. rm -rf _deploy/atom.xml
  30. rm -rf _deploy/stylesheets
  31. rm -rf _deploy/assets
  32. rm -rf _deploy/images
  33. rm -rf _deploy/favicon.png
  34.  
  35. ## copying public to _deploy
  36. cp -r public/. _deploy
  37. cd _deploy
  38.  
  39. ## Commiting: Site updated at 2013-04-02 19:34:10 UTC
  40. # On branch master
  41. nothing to commit (working directory clean)
  42.  
  43. ## Pushing generated _deploy website
  44. Permission denied (publickey).
  45. fatal: The remote end hung up unexpectedly
  46.  
  47. ## Github Pages deploy complete
  48. cd -
Advertisement
Add Comment
Please, Sign In to add comment