Last active
August 29, 2015 14:03
-
-
Save tylerflint/3116831e7ba627401e73 to your computer and use it in GitHub Desktop.
example output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREPARING DEPLOY | |
______________________________________________________________ | |
NAME :: devo | |
KIND :: Tinker App | |
URL :: devo.pagodabox.com | |
Your Deploy has been received and will begin shortly. | |
-> Boxfile.install was merged into Boxfile | |
-> Procfile was converting and merged into Boxfile | |
-> Boxfile was converted from a legacy format | |
-> We had to tweak your Boxfile dude, here's what it looks like now: | |
-> web1: | |
-> name: site | |
-> type: php | |
-> version: 5.4 | |
-> stability: production | |
-> network_dirs: | |
-> storage1: | |
-> - usr/uploads | |
-> httpd_document_root: app | |
-> php_extensions: | |
-> - mysql | |
-> - gd | |
-> - eaccelerator | |
-> detected language PHP | |
-> installing PHP binary packages | |
______________________________________________________________ | |
:::::::::::::::::::::::: BUILD OUTPUT ::::::::::::::::::::: => | |
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
$ bundle install | |
Using transactable (0.2.17) | |
Using systemu (2.5.2) | |
Using macaddr (1.6.1) | |
Using uuid (2.3.7) | |
Using kernel-engine-core (0.0.1) from [email protected]:pagodaboxkernel/kernel-engine-core.git (at master) | |
Using pagerduty (1.3.4) | |
Using snorkel (0.2.3) | |
Using softlayer_api (1.0.7) | |
Using kernel-engine-transaction (0.0.1) from [email protected]:pagodaboxkernel/kernel-engine-transaction.git (at master) | |
Using omniauth (1.1.4) | |
Using oauth2 (0.8.1) | |
Using omniauth-oauth2 (1.1.1) | |
Using omniauth-github (1.1.1) | |
Using omniauth-google-oauth2 (0.2.1) | |
Using oauth (0.4.7) | |
Using omniauth-oauth (1.0.1) | |
Using omniauth-twitter (1.0.1) | |
Using rails-ujs (0.0.3) | |
Using sass (3.2.12) | |
Using sass-rails (3.2.6) | |
Using simple_form (2.1.1) | |
AFTER BUILD HOOKS | |
\\\\\\\\\\\\\\\\\ | |
HOOK 1 :: | |
$ ruby /var/www/minify/minify.rb | |
$ Warning: Module 'hash' Unknown | |
[✓] SUCCESS | |
HOOK 2 :: | |
$ python /hooks/danger.py | |
$ Attempting dangerous action | |
$ python: cannot subtract a float from a string | |
$ python: exiting.. | |
[!] HOOK FAILED / ABORTED! | |
______________________________________________________________ | |
<= ::::::::::::::::::: END BUILD OUTPUT :::::::::::::::::::::: | |
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
-> provision production servers | |
(run any before-deploy hooks here) | |
(redirect traffic) | |
(run any after-deploy hooks) | |
web1 (after-deploy) - HOOK 1 : | |
$ echo "hello world :-)" -> | |
$ hello world :-) | |
[✓] SUCCESS | |
* | |
^ | |
/^\ x | |
+_// o \\_+ | |
||||| | |
| o | | |
x +_// | \\_+ | |
||||| | |
| o | | |
+_// | \\_+ | |
* ||||| | |
||||| + | |
/ \ | |
* \// | |
//\ | |
\\/ | |
/ | |
[✓] DEPLOY COMPLETE! | |
____________________ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment