Advertisement
Guest User

Untitled

a guest
May 29th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. 00:00 nvm:wrapper
  2. 01 mkdir -p /tmp/germany_in_the_box/
  3. ✔ 01 ubuntu@germanyintheboxdev.com 0.055s
  4. Uploading /tmp/germany_in_the_box/nvm-exec.sh 100.0%
  5. 02 chmod +x /tmp/germany_in_the_box/nvm-exec.sh
  6. ✔ 02 ubuntu@germanyintheboxdev.com 0.052s
  7. 00:00 git:wrapper
  8. 01 mkdir -p /tmp/germany_in_the_box/
  9. ✔ 01 ubuntu@germanyintheboxdev.com 0.053s
  10. Uploading /tmp/germany_in_the_box/git-ssh.sh 100.0%
  11. 02 chmod +rx /tmp/germany_in_the_box/git-ssh.sh
  12. ✔ 02 ubuntu@germanyintheboxdev.com 0.051s
  13. 00:00 git:check
  14. 01 git ls-remote --heads https://digpanda:achat2cool@bitbucket.org/digpanda/achat-backend-main.git
  15. 01 22cbd127d8eabee45755f876c4a6c054474fa0f2 refs/heads/border-guru
  16. 01 5611075441ef47d078ebe3175b5f02ee5b85d1dd refs/heads/development
  17. 01 ff01e5dfa9c46f1854da7e93e5a41259cfc1a2e5 refs/heads/master
  18. 01 746fae094d3be1fd3983d531f2fe4df310d5bf50 refs/heads/production
  19. 01 0623e739fe2c2ffa84b027264000d55f4526e1a9 refs/heads/staging
  20. ✔ 01 ubuntu@germanyintheboxdev.com 1.240s
  21. 00:01 deploy:check:directories
  22. 01 mkdir -p /var/www/germany_in_the_box/shared /var/www/germany_in_the_box/releases
  23. ✔ 01 ubuntu@germanyintheboxdev.com 0.052s
  24. 00:01 deploy:check:linked_dirs
  25. 01 mkdir -p /var/www/germany_in_the_box/shared/log /var/www/germany_in_the_box/shared/tmp/pids /var/www/germany_in_the_box/shared/tmp/cache /var/www/germany_in_…
  26. ✔ 01 ubuntu@germanyintheboxdev.com 0.054s
  27. 00:02 git:clone
  28. The repository mirror is at /var/www/germany_in_the_box/repo
  29. 00:02 git:update
  30. 01 git remote update --prune
  31. 01 Fetching origin
  32. ✔ 01 ubuntu@germanyintheboxdev.com 0.872s
  33. 00:03 git:create_release
  34. 01 mkdir -p /var/www/germany_in_the_box/releases/20160529135608
  35. ✔ 01 ubuntu@germanyintheboxdev.com 0.051s
  36. 02 git archive staging | tar -x -f - -C /var/www/germany_in_the_box/releases/20160529135608
  37. ✔ 02 ubuntu@germanyintheboxdev.com 0.526s
  38. 00:03 git:set_current_revision
  39. 01 echo "0623e739fe2c2ffa84b027264000d55f4526e1a9" >> REVISION
  40. ✔ 01 ubuntu@germanyintheboxdev.com 0.053s
  41. 00:03 deploy:symlink:linked_dirs
  42. 01 mkdir -p /var/www/germany_in_the_box/releases/20160529135608 /var/www/germany_in_the_box/releases/20160529135608/tmp /var/www/germany_in_the_box/releases/201…
  43. ✔ 01 ubuntu@germanyintheboxdev.com 0.061s
  44. 02 ln -s /var/www/germany_in_the_box/shared/log /var/www/germany_in_the_box/releases/20160529135608/log
  45. ✔ 02 ubuntu@germanyintheboxdev.com 0.059s
  46. 03 ln -s /var/www/germany_in_the_box/shared/tmp/pids /var/www/germany_in_the_box/releases/20160529135608/tmp/pids
  47. ✔ 03 ubuntu@germanyintheboxdev.com 0.051s
  48. 04 ln -s /var/www/germany_in_the_box/shared/tmp/cache /var/www/germany_in_the_box/releases/20160529135608/tmp/cache
  49. ✔ 04 ubuntu@germanyintheboxdev.com 0.053s
  50. 05 ln -s /var/www/germany_in_the_box/shared/tmp/sockets /var/www/germany_in_the_box/releases/20160529135608/tmp/sockets
  51. ✔ 05 ubuntu@germanyintheboxdev.com 0.070s
  52. 06 ln -s /var/www/germany_in_the_box/shared/vendor/bundle /var/www/germany_in_the_box/releases/20160529135608/vendor/bundle
  53. ✔ 06 ubuntu@germanyintheboxdev.com 0.053s
  54. 07 ln -s /var/www/germany_in_the_box/shared/public/system /var/www/germany_in_the_box/releases/20160529135608/public/system
  55. ✔ 07 ubuntu@germanyintheboxdev.com 0.066s
  56. 08 ln -s /var/www/germany_in_the_box/shared/public/uploads /var/www/germany_in_the_box/releases/20160529135608/public/uploads
  57. ✔ 08 ubuntu@germanyintheboxdev.com 0.051s
  58. 09 ln -s /var/www/germany_in_the_box/shared/public/assets /var/www/germany_in_the_box/releases/20160529135608/public/assets
  59. ✔ 09 ubuntu@germanyintheboxdev.com 0.051s
  60. 00:05 bundler:install
  61. 01 /usr/share/rvm/bin/rvm 2.3.0 do bundle install --path /var/www/germany_in_the_box/shared/bundle --without development test --deployment --quiet
  62. ✔ 01 ubuntu@germanyintheboxdev.com 1.521s
  63. 00:06 deploy:assets:precompile
  64. 01 /usr/share/rvm/bin/rvm 2.3.0 do bundle exec rake assets:precompile
  65. ✔ 01 ubuntu@germanyintheboxdev.com 11.297s
  66. 00:18 deploy:assets:backup_manifest
  67. 01 mkdir -p /var/www/germany_in_the_box/releases/20160529135608/assets_manifest_backup
  68. ✔ 01 ubuntu@germanyintheboxdev.com 0.056s
  69. 02 cp /var/www/germany_in_the_box/releases/20160529135608/public/assets/.sprockets-manifest-704da20f3a5c6563eed7c4504f766a50.json /var/www/germany_in_the_box/re…
  70. ✔ 02 ubuntu@germanyintheboxdev.com 0.054s
  71. 00:18 deploy:migrate
  72. [deploy:migrate] Run `rake db:migrate`
  73. 00:18 deploy:migrating
  74. 01 /usr/share/rvm/bin/rvm 2.3.0 do bundle exec rake db:migrate
  75. ✔ 01 ubuntu@germanyintheboxdev.com 5.480s
  76. 00:24 deploy:symlink:release
  77. 01 ln -s /var/www/germany_in_the_box/releases/20160529135608 /var/www/germany_in_the_box/releases/current
  78. ✔ 01 ubuntu@germanyintheboxdev.com 0.054s
  79. 02 mv /var/www/germany_in_the_box/releases/current /var/www/germany_in_the_box
  80. ✔ 02 ubuntu@germanyintheboxdev.com 0.054s
  81. 00:24 passenger:restart
  82. 01 /usr/bin/passenger-config restart-app /var/www/germany_in_the_box --ignore-app-not-running
  83. 01 Restarting /var/www/germany_in_the_box/current/public (staging)
  84. ✔ 01 ubuntu@germanyintheboxdev.com 0.209s
  85. 00:24 deploy:clear_cache
  86. 01 cd /var/www/germany_in_the_box/current/app_front | brunch build --production
  87. 01 Error: Brunch 2+ requires node.js v4 or higher (you have v0.10.25) Upgrade node or use older brunch for old node.js: npm i -g brunch@1
  88. ✔ 01 ubuntu@germanyintheboxdev.com 0.164s
  89. 00:34 deploy:cleanup
  90. Keeping 5 of 8 deployed releases on germanyintheboxdev.com
  91. 01 rm -rf /var/www/germany_in_the_box/releases/20160529122109 /var/www/germany_in_the_box/releases/20160529122454 /var/www/germany_in_the_box/releases/201605291…
  92. ✔ 01 ubuntu@germanyintheboxdev.com 0.321s
  93. 00:35 deploy:log_revision
  94. 01 echo "Branch staging (at 0623e739fe2c2ffa84b027264000d55f4526e1a9) deployed as release 20160529135608 by Loschcode" >> /var/www/germany_in_the_box/revisions.…
  95. ✔ 01 ubuntu@germanyintheboxdev.com 0.052s
  96. website(development)$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement