Skip to content

Instantly share code, notes, and snippets.

@cbetta
Created August 5, 2014 21:47
Show Gist options
  • Select an option

  • Save cbetta/f5379254e1563f00c7ae to your computer and use it in GitHub Desktop.

Select an option

Save cbetta/f5379254e1563f00c7ae to your computer and use it in GitHub Desktop.
git push dokku master
> Counting objects: 4, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (2/2), done.
> Writing objects: 100% (3/3), 307 bytes | 0 bytes/s, done.
> Total 3 (delta 1), reused 0 (delta 0)
> -----> Cleaning up ...
> remote: Cloning into '/tmp/tmp.mTjJcRME5f'...
> -----> Building node-js-sample ...
> remote: done.
> remote: HEAD is now at 961aa4a... Adds dokkurc file
> Node.js app detected
> -----> Requested node range: 0.10.x
> -----> Resolved node version: 0.10.30
> -----> Downloading and installing node
> -----> Restoring node_modules directory from cache
> -----> Pruning cached dependencies not specified in package.json
> -----> Writing a custom .npmrc to circumvent npm bugs
> -----> Installing dependencies
> -----> Caching node_modules directory for future builds
> -----> Cleaning up node-gyp and npm artifacts
> -----> No Procfile found; Adding npm start to new Procfile
> -----> Building runtime environment
> -----> Discovering process types
> Procfile declares types -> web
> -----> Releasing node-js-sample ...
> -----> Deploying node-js-sample ...
> =====> Application deployed:
> http://node-js-sample.ppd.io
>
> To dokku@ppd.io:node-js-sample
> 97a7c5c..961aa4a master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment