You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
I'm running into this error trying to deploy to a front_end_builds app:
Done uploading assets
error:0906A068:PEM routines:PEM_do_header:bad password read
Error: error:0906A068:PEM routines:PEM_do_header:bad password read
at Error (native)
at Sign.sign (crypto.js:327:26)
at Class.module.exports.Task.extend.signDeploy (/home/nickg/projects/subtext-ui/node_modules/ember-cli-front-end-builds/lib/tasks/deploy-index.js:63:8)
at Class.module.exports.Task.extend.notifyEndpoint (/home/nickg/projects/subtext-ui/node_modules/ember-cli-front-end-builds/lib/tasks/deploy-index.js:73:23)
at /home/nickg/projects/subtext-ui/node_modules/ember-cli-front-end-builds/lib/tasks/deploy-index.js:114:27
at Array.forEach (native)
at Class.module.exports.Task.extend.run (/home/nickg/projects/subtext-ui/node_modules/ember-cli-front-end-builds/lib/tasks/deploy-index.js:113:15)
at /home/nickg/projects/subtext-ui/node_modules/ember-cli-front-end-builds/lib/commands/deploy.js:51:32
at lib$rsvp$$internal$$tryCatch (/home/nickg/projects/subtext-ui/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:493:16)
at lib$rsvp$$internal$$invokeCallback (/home/nickg/projects/subtext-ui/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:505:17)
My interpretation of this is that it's because my ssh key has a passcode, and I don't see a way to configure ember-cli-front-end-builds to utilize a passcode or an SSH agent. Am I wrong about that / is it in the pipeline?
The text was updated successfully, but these errors were encountered:
I'm running into this error trying to deploy to a front_end_builds app:
My interpretation of this is that it's because my ssh key has a passcode, and I don't see a way to configure ember-cli-front-end-builds to utilize a passcode or an SSH agent. Am I wrong about that / is it in the pipeline?
The text was updated successfully, but these errors were encountered: