Skip to content

Instantly share code, notes, and snippets.

@benmarten
Created October 12, 2015 18:17
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 benmarten/fd2bba8c7a516db68459 to your computer and use it in GitHub Desktop.
Save benmarten/fd2bba8c7a516db68459 to your computer and use it in GitHub Desktop.
Ben@Bens-MacBook-Pro ~/d/node-js-sample> git push heroku
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 333 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NPM_CONFIG_PRODUCTION=true
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): 4.0.0
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Downloading and installing node 4.0.0...
remote: Using default npm version: 2.14.2
remote:
remote: -----> Restoring cache
remote: Loading 2 from cacheDirectories (default):
remote: - node_modules
remote: - bower_components (not cached - skipping)
remote:
remote: -----> Building dependencies
remote: Pruning any extraneous modules
remote: Installing node modules (package.json)
remote:
remote: -----> Caching build
remote: Clearing previous node cache
remote: Saving 2 cacheDirectories (default):
remote: - node_modules
remote: - bower_components (nothing to cache)
remote:
remote: -----> Build succeeded!
remote: └── express@4.13.3
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> web
remote:
remote: -----> Compressing... done, 11.2MB
remote: -----> Launching... done, v4
remote: https://murmuring-everglades-1807.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/murmuring-everglades-1807.git
617ae8a..d6e586c master -> master
Ben@Bens-MacBook-Pro ~/d/node-js-sample> git push dokku
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 333 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
-----> Cleaning up...
-----> Building test from herokuish...
-----> Adding BUILD_ENV to build environment...
-----> Node.js app detected
-----> Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
NPM_CONFIG_PRODUCTION=true
NODE_MODULES_CACHE=true
-----> Installing binaries
engines.node (package.json): 4.0.0
engines.npm (package.json): unspecified (use default)
Downloading and installing node 4.0.0...
Using default npm version: 2.14.2
-----> Restoring cache
Loading 1 from cacheDirectories (default):
- node_modules
-----> Building dependencies
Pruning any extraneous modules
Installing node modules (package.json)
-----> Caching build
Clearing previous node cache
Saving 1 cacheDirectories (default):
- node_modules
-----> Build succeeded!
└── express@4.13.3
-----> Discovering process types
Procfile declares types -> web
-----> Releasing test (dokku/test:latest)...
-----> Deploying test (dokku/test:latest)...
-----> DOKKU_SCALE file found
=====> web=1
-----> Running pre-flight checks
For more efficient zero downtime deployments, create a file CHECKS.
See http://progrium.viewdocs.io/dokku/checks-examples.md for examples
CHECKS file not found in container: Running simple container check...
-----> Waiting for 10 seconds ...
-----> Default container check successful!
=====> test container output:
Detected 512 MB available memory, 512 MB limit per process (WEB_MEMORY)
Recommending WEB_CONCURRENCY=1
Node app is running at localhost:5000
=====> end test container output
-----> Running post-deploy
-----> Configuring test.box1.colibriapps.com...
-----> Creating http nginx.conf
-----> Running nginx-pre-reload
Reloading nginx
-----> Shutting down old containers in 60 seconds
=====> 8cd918e20d555cfceb622710626723191d1d33cd4757b44d2f14ffa563051c5c
=====> Application deployed:
http://test.box1.colibriapps.com
To dokku@box1.colibriapps.com:test
617ae8a..d6e586c master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment