Skip to content

Instantly share code, notes, and snippets.

@gazjoy
Last active December 7, 2017 07:52
Show Gist options
  • Save gazjoy/d9cb6bcb53406266572a8860bc32bcad to your computer and use it in GitHub Desktop.
Save gazjoy/d9cb6bcb53406266572a8860bc32bcad to your computer and use it in GitHub Desktop.
Example of successful Heroku build
➜  gazjoy-prototypes git:(develop) git push heroku master
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 365 bytes | 365.00 KiB/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=false
remote:        NODE_VERBOSE=false
remote:        NODE_ENV=production
remote:        NODE_MODULES_CACHE=false
remote: 
remote: -----> Installing binaries
remote:        engines.node (package.json):  unspecified
remote:        engines.npm (package.json):   unspecified (use default)
remote:        
remote:        Resolving node version 6.x...
remote:        Downloading and installing node 6.11.4...
remote:        Detected package-lock.json: defaulting npm to version 5.x.x
remote:        Bootstrapping npm 5.x.x (replacing 3.10.10)...
remote:        npm 5.4.2 installed
remote: 
remote: -----> Restoring cache
remote:        Skipping cache restore (disabled)
remote: 
remote: -----> Building dependencies
remote:        Installing node modules (package.json + package-lock)
remote:        
remote:        > node-sass@3.10.1 install /tmp/build_f5e59db17eb5d365e7f427df75cae894/node_modules/node-sass
remote:        > node scripts/install.js
remote:        
remote:        Start downloading binary at https://github.com/sass/node-sass/releases/download/v3.10.1/linux-x64-48_binding.node
remote:        Binary downloaded and installed at /tmp/build_f5e59db17eb5d365e7f427df75cae894/node_modules/node-sass/vendor/linux-x64-48/binding.node
remote:        
remote:        > node-sass@3.10.1 postinstall /tmp/build_f5e59db17eb5d365e7f427df75cae894/node_modules/node-sas
remote:        > node scripts/build.js
remote:        
remote:        "/tmp/build_f5e59db17eb5d365e7f427df75cae894/node_modules/node-sass/vendor/linux-x64-48/binding.node" exists.
remote:        testing binary.
remote:        Binary is fine; exiting.
remote:        added 359 packages in 15.525s
remote: 
remote: -----> Caching build
remote:        Clearing previous node cache
remote:        Skipping cache save (disabled by config)
remote: 
remote: -----> Build succeeded!
remote: -----> Discovering process types
remote:        Procfile declares types -> web
remote: 
remote: -----> Compressing...
remote:        Done: 30M
remote: -----> Launching...
remote:        Released v13
remote:        https://gazjoy-prototypes.herokuapp.com/ deployed to Heroku
remote: 
remote: Verifying deploy... done.
To https://git.heroku.com/gazjoy-prototypes.git
   8883ed7..5ed4854  develop -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment