Skip to content

Instantly share code, notes, and snippets.

@stuross
Created August 30, 2014 01:18
Show Gist options
  • Save stuross/3c7fa019594a45c41a9e to your computer and use it in GitHub Desktop.
Save stuross/3c7fa019594a45c41a9e to your computer and use it in GitHub Desktop.
stuart@Stuart-Ubuntu:~/.go/src/demoapp$ git push deis master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 831 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
-----> Go app detected
-----> Using go1.2.1
-----> Running: godep go install -tags heroku ./...
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 1.8M
remote: -----> Building Docker image
remote: Sending build context to Docker daemon 1.871 MB
remote: Sending build context to Docker daemon
remote: Step 0 : FROM deis/slugrunner
remote: ---> 5bfcb1bcf37e
remote: Step 1 : RUN mkdir -p /app
remote: ---> Running in 275c4067fc28
remote: ---> fc7f909db573
remote: Removing intermediate container 275c4067fc28
remote: Step 2 : ADD slug.tgz /app
remote: ---> fbc5df983838
remote: Removing intermediate container ed74e47217e0
remote: Step 3 : ENTRYPOINT ["/runner/init"]
remote: ---> Running in 3a9a13694201
remote: ---> 87bc10729438
remote: Removing intermediate container 3a9a13694201
remote: Successfully built 87bc10729438
remote: -----> Pushing image to private registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment