-
-
Save katowulf/b1eeaf740864a2229ccd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sputnik:xxxxxxx katowulf$ gcloud preview app deploy app.yaml --set-default | |
You are about to deploy the following modules: | |
- xxxxxxxx/default (from [/Users/katowulf/gh/xxxxxxx/app.yaml]) | |
Deployed URL: [https://xxxxxxxx.appspot.com] | |
Do you want to continue (Y/n)? y | |
Beginning deployment... | |
Verifying that Managed VMs are enabled and ready. | |
Provisioning remote build service. | |
Copying certificates for secure access. You may be prompted to create an SSH keypair. | |
Building and pushing image for module [default] | |
------------------------------------------------------------------------------- DOCKER BUILD OUTPUT -------------------------------------------------------------------------------- | |
Step 0 : FROM gcr.io/google_appengine/nodejs | |
---> 49d1865ecb8d | |
Step 1 : COPY package.json /app/ | |
---> ab4afe67ae40 | |
Removing intermediate container 32fdd33befe6 | |
Step 2 : RUN npm install | |
---> Running in 13e585f917e3 | |
mandrill-api@1.0.45 node_modules/mandrill-api | |
express@4.13.3 node_modules/express | |
├── escape-html@1.0.2 | |
├── merge-descriptors@1.0.0 | |
├── array-flatten@1.1.1 | |
├── content-type@1.0.1 | |
├── cookie@0.1.3 | |
├── utils-merge@1.0.0 | |
├── cookie-signature@1.0.6 | |
├── methods@1.1.1 | |
├── fresh@0.3.0 | |
├── range-parser@1.0.2 | |
├── vary@1.0.1 | |
├── path-to-regexp@0.1.7 | |
├── etag@1.7.0 | |
├── parseurl@1.3.0 | |
├── content-disposition@0.5.0 | |
├── serve-static@1.10.0 | |
├── depd@1.0.1 | |
├── qs@4.0.0 | |
├── on-finished@2.3.0 (ee-first@1.1.1) | |
├── finalhandler@0.4.0 (unpipe@1.0.0) | |
├── debug@2.2.0 (ms@0.7.1) | |
├── proxy-addr@1.0.8 (forwarded@0.1.0, ipaddr.js@1.0.1) | |
├── send@0.13.0 (destroy@1.0.3, statuses@1.2.1, ms@0.7.1, mime@1.3.4, http-errors@1.3.1) | |
├── type-is@1.6.9 (media-typer@0.3.0, mime-types@2.1.7) | |
└── accepts@1.2.13 (negotiator@0.5.3, mime-types@2.1.7) | |
body-parser@1.14.1 node_modules/body-parser | |
├── bytes@2.1.0 | |
├── content-type@1.0.1 | |
├── depd@1.1.0 | |
├── on-finished@2.3.0 (ee-first@1.1.1) | |
├── raw-body@2.1.4 (unpipe@1.0.0) | |
├── http-errors@1.3.1 (inherits@2.0.1, statuses@1.2.1) | |
├── qs@5.1.0 | |
├── debug@2.2.0 (ms@0.7.1) | |
├── type-is@1.6.9 (media-typer@0.3.0, mime-types@2.1.7) | |
└── iconv-lite@0.4.12 | |
firebase@2.3.1 node_modules/firebase | |
└── faye-websocket@0.9.3 (websocket-driver@0.5.2) | |
firebase-queue@1.2.1 node_modules/firebase-queue | |
├── node-uuid@1.4.3 | |
├── rsvp@3.1.0 | |
├── winston@1.0.2 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, pkginfo@0.3.0, async@1.0.0, colors@1.0.3) | |
└── lodash@3.7.0 | |
---> 7cee13806ce5 | |
Removing intermediate container 13e585f917e3 | |
Step 3 : COPY . /app/ | |
---> 45233d1458fa | |
Removing intermediate container 8cfa7fa29209 | |
Step 4 : CMD npm start | |
---> Running in 962147b55d88 | |
---> 84cf7ba5f424 | |
Removing intermediate container 962147b55d88 | |
Successfully built 84cf7ba5f424 | |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
Updating module [default]...|Deleted [https://www.googleapis.com/compute/v1/projects/xxxxxxxx/zones/us-central1-f/instances/gae-builder-vm-20151006t065131]. | |
Updating module [default]...done. | |
Deployed module [default] to [https://katowulf-1053.appspot.com] | |
Sputnik:xxxxxxxxx katowulf$ gcloud preview app deploy app.yaml | |
You are about to deploy the following modules: | |
- katowulf-1053/default (from [/Users/katowulf/gh/xxxxxxxxx/app.yaml]) | |
Deployed URL: [https://20151006t070139-xxxxxx.appspot.com] | |
(add --set-default if you also want to make this module available from | |
[https://xxxxxxx.appspot.com]) | |
Beginning deployment... | |
Verifying that Managed VMs are enabled and ready. | |
Provisioning remote build service. | |
Copying certificates for secure access. You may be prompted to create an SSH keypair. | |
Building and pushing image for module [default] | |
------------------------------------------------------------------------------- DOCKER BUILD OUTPUT -------------------------------------------------------------------------------- | |
Step 0 : FROM gcr.io/google_appengine/nodejs | |
---> 49d1865ecb8d | |
Step 1 : COPY package.json /app/ | |
---> 5e469b00c918 | |
Removing intermediate container 4e3ac04b7056 | |
Step 2 : RUN npm install | |
---> Running in ba8fe1c265ba | |
mandrill-api@1.0.45 node_modules/mandrill-api | |
express@4.13.3 node_modules/express | |
├── escape-html@1.0.2 | |
├── merge-descriptors@1.0.0 | |
├── array-flatten@1.1.1 | |
├── content-type@1.0.1 | |
├── cookie@0.1.3 | |
├── utils-merge@1.0.0 | |
├── cookie-signature@1.0.6 | |
├── methods@1.1.1 | |
├── fresh@0.3.0 | |
├── range-parser@1.0.2 | |
├── vary@1.0.1 | |
├── path-to-regexp@0.1.7 | |
├── etag@1.7.0 | |
├── parseurl@1.3.0 | |
├── content-disposition@0.5.0 | |
├── serve-static@1.10.0 | |
├── depd@1.0.1 | |
├── qs@4.0.0 | |
├── finalhandler@0.4.0 (unpipe@1.0.0) | |
├── on-finished@2.3.0 (ee-first@1.1.1) | |
├── debug@2.2.0 (ms@0.7.1) | |
├── proxy-addr@1.0.8 (forwarded@0.1.0, ipaddr.js@1.0.1) | |
├── send@0.13.0 (destroy@1.0.3, statuses@1.2.1, ms@0.7.1, mime@1.3.4, http-errors@1.3.1) | |
├── type-is@1.6.9 (media-typer@0.3.0, mime-types@2.1.7) | |
└── accepts@1.2.13 (negotiator@0.5.3, mime-types@2.1.7) | |
body-parser@1.14.1 node_modules/body-parser | |
├── bytes@2.1.0 | |
├── content-type@1.0.1 | |
├── depd@1.1.0 | |
├── raw-body@2.1.4 (unpipe@1.0.0) | |
├── qs@5.1.0 | |
├── on-finished@2.3.0 (ee-first@1.1.1) | |
├── debug@2.2.0 (ms@0.7.1) | |
├── http-errors@1.3.1 (inherits@2.0.1, statuses@1.2.1) | |
├── type-is@1.6.9 (media-typer@0.3.0, mime-types@2.1.7) | |
└── iconv-lite@0.4.12 | |
firebase@2.3.1 node_modules/firebase | |
└── faye-websocket@0.9.3 (websocket-driver@0.5.2) | |
firebase-queue@1.2.1 node_modules/firebase-queue | |
├── node-uuid@1.4.3 | |
├── rsvp@3.1.0 | |
├── winston@1.0.2 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, pkginfo@0.3.0, async@1.0.0, colors@1.0.3) | |
└── lodash@3.7.0 | |
---> 0dc0b0ddf339 | |
Removing intermediate container ba8fe1c265ba | |
Step 3 : COPY . /app/ | |
---> 8fee9600fda7 | |
Removing intermediate container f0197265764f | |
Step 4 : CMD npm start | |
---> Running in 6fd79d62fd6d | |
---> ecd4be82c5f7 | |
Removing intermediate container 6fd79d62fd6d | |
Successfully built ecd4be82c5f7 | |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
Updating module [default]...|Deleted [https://www.googleapis.com/compute/v1/projects/xxxxxxx/zones/us-central1-f/instances/gae-builder-vm-20151006t070139]. | |
Updating module [default]...done. | |
Deployed module [default] to [https://20151006t070139-xxxxxxx.appspot.com] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sputnik:xxxxx katowulf$ node -v | |
v0.12.5 | |
Sputnik:xxxxx katowulf$ gcloud -v | |
Google Cloud SDK 0.9.75 | |
app 2015.08.23 | |
bq 2.0.18 | |
bq-nix 2.0.18 | |
core 2015.08.23 | |
core-nix 2015.06.02 | |
gcloud 2015.08.23 | |
gsutil 4.13 | |
gsutil-nix 4.12 | |
preview 2015.08.23 | |
Sputnik:xxxxx katowulf$ gcloud compute instances list | |
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS | |
gae-default-20150830t181429-yzfe us-central1-c g1-small 10.240.0.4 146.148.66.68 RUNNING | |
gae-default-20150910t081700-ksbi us-central1-c g1-small 10.240.0.13 104.197.190.82 RUNNING | |
gae-default-20150929t090711-rk6o us-central1-c g1-small 10.240.0.15 104.197.215.55 RUNNING | |
gae-default-20151006t065131-s8jj us-central1-c g1-small 10.240.0.14 104.197.193.35 RUNNING | |
gae-default-20151006t072609-rn18 us-central1-c g1-small 10.240.0.2 104.154.44.213 RUNNING | |
gae-default-20150904t225304-aq35 us-central1-b g1-small 10.240.0.11 104.197.133.227 RUNNING | |
gae-default-20150904t225737-17y5 us-central1-b g1-small 10.240.0.7 104.197.120.197 RUNNING | |
gae-default-20150910t081131-2uy6 us-central1-b g1-small 10.240.0.8 104.154.92.190 RUNNING | |
gae-default-20150910t082102-01gq us-central1-b g1-small 10.240.0.5 130.211.156.193 RUNNING | |
gae-default-20150929t085742-6zw4 us-central1-b g1-small 10.240.0.12 104.197.115.231 RUNNING | |
gae-default-20151006t070139-hrds us-central1-b g1-small 10.240.0.9 104.197.100.187 RUNNING | |
gae-default-20151006t075108-67v2 us-central1-b g1-small 10.240.0.16 104.197.89.138 RUNNING | |
gae-default-20150830t193525-wqz2 us-central1-f g1-small 10.240.0.10 104.154.66.54 RUNNING | |
gae-default-20150929t085052-vzyq us-central1-f g1-small 10.240.0.6 146.148.83.176 RUNNING |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment