Skip to content

Instantly share code, notes, and snippets.

@Mistobaan
Created February 5, 2015 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mistobaan/2c05b654a6c55013b0a1 to your computer and use it in GitHub Desktop.
Save Mistobaan/2c05b654a6c55013b0a1 to your computer and use it in GitHub Desktop.
Total 54 (delta 6), reused 52 (delta 6)
-----> Go app detected
-----> Installing go1.2... done
-----> Running: godep go install -tags heroku ./...
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 1.9M
-----> Building Docker image
remote: Sending build context to Docker daemon 2.079 MB
remote: build context to Docker daemon
Step 0 : FROM deis/slugrunner
---> 913bb20e9c26
Step 1 : RUN mkdir -p /app
---> Using cache
---> cad8ae82c7e8
Step 2 : WORKDIR /app
---> Using cache
---> 73ff9aa60887
Step 3 : ENTRYPOINT /runner/init
---> Using cache
---> 4c98322aba56
Step 4 : ADD slug.tgz /app
---> e1d3c6b8d542
Removing intermediate container 83c76f20b97e
Step 5 : ENV GIT_SHA 710d30ddcf00cba7374a29a9e186a1bbef075cf6
---> Running in 3b43bccff5c9
---> 7466619ea858
Removing intermediate container 3b43bccff5c9
Successfully built 7466619ea858
-----> Pushing image to private registry
-----> Launching...
done, decent-quotient:v2 deployed to Deis
http://decent-quotient.deis-sandbox.therealreal.com
To learn more, use `deis help` or visit http://deis.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment