Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created December 21, 2020 20:30
Show Gist options
  • Save thatisuday/5a78a93904d5e4f592ba247b612583d8 to your computer and use it in GitHub Desktop.
Save thatisuday/5a78a93904d5e4f592ba247b612583d8 to your computer and use it in GitHub Desktop.
Terminal log of Heroku application Git push.
$ git add -A
$ git commit -m "Initial release"
[main 3e5eee6] Initial release
9 files changed, 1172 insertions(+)
create mode 100644 Procfile
create mode 100644 lenna.png
create mode 100644 package-lock.json
create mode 100644 package.json
create mode 100644 server.js
create mode 100644 www/index.html
create mode 100644 www/main.js
create mode 100644 www/style.css
create mode 100644 www/style.scss
$ git push heroku main
Enumerating objects: 17, done.
Counting objects: 100% (17/17), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (17/17), 478.53 KiB | 28.15 MiB/s, done.
Total 17 (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: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote: NODE_VERBOSE=false
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): 12.16.2
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Resolving node version 12.16.2...
remote: Downloading and installing node 12.16.2...
remote: Using default npm version: 6.14.4
remote:
remote: -----> Installing dependencies
remote: Installing node modules
remote:
remote: > [email protected] install /tmp/build_e937ec97/node_modules/sharp
remote: > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
remote:
remote: info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.10.0/libvips-8.10.0-linux-x64.tar.br
remote: added 123 packages in 4.109s
remote:
remote: -----> Build
remote:
remote: -----> Caching build
remote: - node_modules
remote:
remote: -----> Pruning devDependencies
remote: audited 123 packages in 1.22s
remote:
remote: 9 packages are looking for funding
remote: run `npm fund` for details
remote:
remote: found 0 vulnerabilities
remote:
remote:
remote: -----> Build succeeded!
remote: -----> Discovering process types
remote: Procfile declares types -> web
remote:
remote: -----> Compressing...
remote: Done: 32.8M
remote: -----> Launching...
remote: Released v3
remote: https://thatisuday-image-resize.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/thatisuday-image-resize.git
* [new branch] main -> main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment