Skip to content

Instantly share code, notes, and snippets.

@qrush
Created January 18, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qrush/1961c447eae7387193b7 to your computer and use it in GitHub Desktop.
Save qrush/1961c447eae7387193b7 to your computer and use it in GitHub Desktop.
[master][~/Dev/skyway] git push origin master; git push aqueous master
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 321 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
To git@github.com:qrush/skyway.git
3a78671..d402f03 master -> master
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 321 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
-----> Cleaning up ...
-----> Building aqueousband.com ...
-----> Adding BUILD_ENV to build environment...
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.2.0
-----> Installing dependencies using 1.6.3
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.2
Using minitest 5.5.1
Using thread_safe 0.3.4
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile 0.5.2
Using rack 1.6.0
Using mime-types 1.25.1
Using sass 3.4.6
Using thor 0.19.1
Using arel 6.0.0
Using execjs 2.0.2
Using dalli 2.7.0
Using unf_ext 0.0.6
Using dynamic_form 1.1.4
Using high_voltage 2.2.1
Using hike 1.2.3
Using coffee-script-source 1.7.0
Using kgio 2.9.3
Using net-http-digest_auth 1.4
Using ntlm-http 0.1.1
Using net-http-persistent 2.9.4
Using memcachier 0.0.2
Using webrobots 0.1.1
Using multi_json 1.10.1
Using pg 0.17.1
Using bundler 1.6.3
Using rack-rewrite 1.5.0
Using tilt 1.4.1
Using rails_stdout_logging 0.0.3
Using tzinfo 1.2.2
Using rails_serve_static_assets 0.0.1
Using raindrops 0.13.0
Using nokogiri 1.6.1
Using rack-test 0.6.3
Using bourbon 4.0.2
Using uglifier 2.4.0
Using unf 0.1.3
Using mail 2.6.3
Using coffee-script 2.2.0
Using activesupport 4.2.0
Using sprockets 2.12.3
Using rails_12factor 0.0.2
Using loofah 2.0.1
Using unicorn 4.7.0
Using aws-sdk 1.40.1
Using bitters 0.9.3
Using domain_name 0.5.16
Using rails-deprecated_sanitizer 1.0.3
Using activemodel 4.2.0
Using globalid 0.3.0
Using neat 1.6.0
Using climate_control 0.0.3
Using rails-html-sanitizer 1.0.1
Using activejob 4.2.0
Using http-cookie 1.0.2
Using rails-dom-testing 1.0.5
Using activerecord 4.2.0
Using cocaine 0.5.4
Using actionview 4.2.0
Using paperclip 4.1.1
Using mechanize 2.7.2
Using actionpack 4.2.0
Using actionmailer 4.2.0
Using railties 4.2.0
Using sprockets-rails 2.2.2
Using coffee-rails 4.0.1
Using jquery-rails 3.1.0
Using turbolinks 2.2.1
Using rails 4.2.0
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (0.88s)
Cleaning up the bundler cache.
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in tsort_each at /tmp/build/vendor/ruby-2.2.0/lib/ruby/2.2.0/tsort.rb:226)
Asset precompilation completed (3.30s)
Cleaning assets
Running: rake assets:clean
DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in tsort_each at /tmp/build/vendor/ruby-2.2.0/lib/ruby/2.2.0/tsort.rb:226)
-----> Discovering process types
Procfile declares types -> web
Default process types for Ruby -> rake, console, web, worker
-----> Releasing aqueousband.com ...
-----> Deploying aqueousband.com ...
-----> Checking status of PostgreSQL
Found image postgresql/aqueousband.com database
Checking status... ok.
-----> Running pre-flight checks
check-deploy: /home/dokku/aqueousband.com/CHECKS not found. attempting to retrieve it from container ...
CHECKS file found in container
Waiting 5 seconds ...
checking with: curl -q --compressed --fail --location --max-time 30 http://172.17.0.53:5000/
remote: % Total % Received % Xferd Average Speed Time Time Time Current
remote: Dload Upload Total Spent Left Speed
remote: 100 2641 0 2641 0 0 785 0 --:--:-- 0:00:03 --:--:-- 785
http://172.17.0.53:5000/ => "Aqueous | Groove Rock"
All checks successful!
removing CHECKS file copied from container
-----> Running post-deploy
* Reloading nginx configuration nginx
...done.
-----> Shutting down old container in 60 seconds
=====> Application deployed:
http://aqueousband.com
To dokku@104.131.25.118:aqueousband.com
3a78671..d402f03 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment