Skip to content

Instantly share code, notes, and snippets.

@romansergey
Created September 3, 2014 17:44
Show Gist options
  • Save romansergey/e6534ca0c397f876b7a5 to your computer and use it in GitHub Desktop.
Save romansergey/e6534ca0c397f876b7a5 to your computer and use it in GitHub Desktop.
git push deis master
Counting objects: 1, done.
Writing objects: 100% (1/1), 182 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
-----> Node.js app detected
-----> Requested node range: 0.10.x
-----> Resolved node version: 0.10.31
-----> Downloading and installing node
-----> Restoring node_modules directory from cache
-----> Pruning cached dependencies not specified in package.json
-----> Installing dependencies
-----> Caching node_modules directory for future builds
-----> Cleaning up node-gyp and npm artifacts
-----> Building runtime environment
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 5.6M
remote: -----> Building Docker image
remote: Sending build context to Docker daemon 5.816 MB
remote: Sending build context to Docker daemon
remote: Step 0 : FROM deis/slugrunner
remote: ---> 46951973ffc9
remote: Step 1 : RUN mkdir -p /app
remote: ---> Using cache
remote: ---> 7824fb862279
remote: Step 2 : WORKDIR /app
remote: ---> Using cache
remote: ---> 6e5df8a7a2fa
remote: Step 3 : ENTRYPOINT ["/runner/init"]
remote: ---> Using cache
remote: ---> e68ec037e106
remote: Step 4 : ADD slug.tgz /app
remote: ---> 14c1a2665b33
remote: Removing intermediate container 1bf23e1f7720
remote: Successfully built 14c1a2665b33
remote: -----> Pushing image to private registry
remote:
remote: Launching...
To ssh://[email protected]:2222/nodejs-sampleapp.git
fdb698e..44c6dc8 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment