Created
March 7, 2015 21:26
-
-
Save gamename/d87402e703f44d39f66d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ngd@localhost ~]$ cd ./bin | |
[ngd@localhost bin]$ gulp deploy --cwd .. --branch='shippable' --hashkey='blit' --type=production | |
[21:23:44] Requiring external module coffee-script/register | |
[21:23:44] Working directory changed to ~ | |
[21:23:44] Using gulpfile ~/gulpfile.coffee | |
[21:23:44] Starting 'mortar:clean'... | |
[21:23:44] Finished 'mortar:clean' after 61 ms | |
[21:23:44] Starting 'mortar:stylus'... | |
[21:23:45] Starting 'mortar:jade'... | |
[21:23:45] Starting 'mortar:coffee'... | |
[21:23:45] Starting 'mortar:copy'... | |
[21:23:46] Finished 'mortar:stylus' after 1.42 s | |
[21:23:46] Finished 'mortar:jade' after 1.28 s | |
[21:23:46] Finished 'mortar:coffee' after 1.25 s | |
[21:23:46] Finished 'mortar:copy' after 918 ms | |
[21:23:46] Starting 'build:dev'... | |
[21:23:46] Finished 'build:dev' after 9.38 μs | |
[21:23:46] Starting 'prerev'... | |
[21:23:46] gulp-rev-all: Root directory [ /home/ngd/temp/ ] | |
[21:23:46] gulp-rev-all: Finding references in [ /home/ngd/temp/styles/app.css ] | |
[21:23:46] gulp-rev-all: Found root reference [ /images/icons/glyphicons-regular.eot ] -> [ //d3o7t3igcxmy4g.cloudfront.net/glyphicons-regular.rev.bfdb236a.eot ] | |
[21:23:46] gulp-rev-all: Found root reference [ /images/icons/glyphicons-regular.woff ] -> [ //d3o7t3igcxmy4g.cloudfront.net/glyphicons-regular.rev.506643ac.woff ] | |
[21:23:46] gulp-rev-all: Found root reference [ /images/icons/glyphicons-regular.ttf ] -> [ //d3o7t3igcxmy4g.cloudfront.net/glyphicons-regular.rev.bc5caeb3.ttf ] | |
[21:23:46] gulp-rev-all: Found root reference [ /images/icons/glyphicons-regular.svg ] -> [ //d3o7t3igcxmy4g.cloudfront.net/glyphicons-regular.rev.3560bb9d.svg ] | |
[21:23:46] gulp-rev-all: Found root reference [ /images/[email protected] ] -> [ //d3o7t3igcxmy4g.cloudfront.net/[email protected] ] | |
[21:23:46] Finished 'prerev' after 229 ms | |
[21:23:46] Starting 'build:prod'... | |
[21:23:46] gulp-rev-all: Root directory [ /home/ngd/temp/ ] | |
[21:23:46] gulp-rev-all: Finding references in [ /home/ngd/temp/app.js ] | |
[21:23:46] gulp-rev-all: Finding references in [ /home/ngd/temp/index.html ] | |
[21:23:46] gulp-rev-all: Found root reference [ /styles/app.css ] -> [ //d3o7t3igcxmy4g.cloudfront.net/app.rev.14c16deb.css ] | |
[21:23:46] gulp-rev-all: Found root reference [ /lib/angular-ui-utils/ui-utils.js ] -> [ //d3o7t3igcxmy4g.cloudfront.net/ui-utils.rev.5dff957a.js ] | |
[21:23:46] gulp-rev-all: Found root reference [ /app.js ] -> [ //d3o7t3igcxmy4g.cloudfront.net/app.rev.3c8931f3.js ] | |
[21:23:46] gulp-rev-all: Finding references in [ /home/ngd/temp/styles/app.css ] | |
[21:23:46] gulp-rev-all: Finding references in [ /home/ngd/temp/lib/angular-ui-utils/ui-utils.js ] | |
[21:23:46] Finished 'build:prod' after 245 ms | |
[21:23:46] Starting 'deploy'... | |
[21:23:47] 'deploy' errored after 117 ms | |
[21:23:47] Error: aws "key" required | |
at new Client (/home/ngd/node_modules/mortar/node_modules/gulp-s3/node_modules/knox/lib/client.js:176:27) | |
at Function.exports.createClient (/home/ngd/node_modules/mortar/node_modules/gulp-s3/node_modules/knox/lib/client.js:895:10) | |
at Object.module.exports (/home/ngd/node_modules/mortar/node_modules/gulp-s3/index.js:14:21) | |
at Mortar.s3 (/home/ngd/node_modules/mortar/mortar.coffee:194:21) | |
at Gulp.<anonymous> (/home/ngd/node_modules/mortar/mortar.coffee:1:1) | |
at module.exports (/home/ngd/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:34:7) | |
at Gulp.Orchestrator._runTask (/home/ngd/node_modules/gulp/node_modules/orchestrator/index.js:273:3) | |
at Gulp.Orchestrator._runStep (/home/ngd/node_modules/gulp/node_modules/orchestrator/index.js:214:10) | |
at /home/ngd/node_modules/gulp/node_modules/orchestrator/index.js:279:18 | |
at finish (/home/ngd/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:21:8) | |
at /home/ngd/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:52:4 | |
at f (/home/ngd/node_modules/gulp/node_modules/orchestrator/node_modules/end-of-stream/node_modules/once/once.js:17:25) | |
at DestroyableTransform.onend (/home/ngd/node_modules/gulp/node_modules/orchestrator/node_modules/end-of-stream/index.js:31:18) | |
at DestroyableTransform.emit (events.js:117:20) | |
at /home/ngd/node_modules/mortar/node_modules/merge-stream/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:965:16 | |
at process._tickCallback (node.js:419:13) | |
[21:23:47] Uploading html files to admin/shippable/ | |
[21:23:47] Uploading html files to admin/shippable/ | |
[ngd@localhost bin]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment