-
Notifications
You must be signed in to change notification settings - Fork 26
Ops: gulp deploy failling #1204
Comments
the https://github.com/SAP/techne/settings/keys is missing, this is why that happened. You know if somebody removed it for a reason? I can configure everything again but first we need to be sure nobody else is going to remove it |
when I look closer on the log, it sounds like it is actually a problem with pulling, not pushing, which is weird. The gh plugin clones techne into |
tried with sudo, but it does not recognize the sudo command. |
documentation says you need to add |
tried with sudo. still no luck. I think we need that deployment key after all. |
@derberg what are the next steps? people are getting anxious as we haven't built the latest site in a week. |
Performed several checks today |
For now looks like we are blocked until this pull request is merged shinnn/gulp-gh-pages#117 and new release is available |
trying quickly alternative https://github.com/tschaub/gh-pages |
locally work pretty good https://github.com/SAP/techne/commits/gh-pages |
what is going on here |
going back to my initial suspicion that issues are caused by removed deploy keys |
@saadmhybris ok, unfortunately I was right that somebody removed the deploy key. I recreated the ssh keys and all works now. I also switched to different gh-pages plugin as the other one stopped working anyway. Please make some minor change and confirm that pipeline works again. Sorry for such amount of commits, I did not expect that I will spend the whole day working on that issue. |
@derberg - everything seems to be working as expected, thank you! I'll keep this ticket open for a day or two just to make sure no other issues pop up. what is the process of adding deploy key in case it disappears again? |
I described the process some time ago here https://github.com/YaaS/docpad-skeleton-apidocs/blob/master/docs/automation.md#install-the-travis-cli-tool-for-key-generation and also recorded a video some time ago https://youtu.be/Vw_wNv1lMVA?t=513 |
@saadmhybris Was this fixed? |
yep. closing. |
there seems to be an error with gulp deploy. the travis plan finishes, but the latest site is not deployed. copied the error message from the log below.
------- error from the log -------
$ gulp deploy
[19:56:48] Using gulpfile ~/build/SAP/techne/gulpfile.js
[19:56:48] Starting 'deploy'...
[19:56:48] Starting 'prepareDeploy'...
[19:56:48] Finished 'prepareDeploy' after 31 ms
[19:56:48] Starting 'ghDeploy'...
[19:56:48] 'ghDeploy' errored after 199 ms
[19:56:48] Error in plugin 'gulp-gh-pages'
Message:
Command failed: git clone [email protected]:SAP/techne.git .publish
Cloning into '.publish'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Details:
killed: false
code: 128
signal: null
cmd: git clone [email protected]:SAP/techne.git .publish
[19:56:48] 'deploy' errored after 235 ms
[19:56:48] Error in plugin 'gulp-gh-pages'
Message:
Command failed: git clone [email protected]:SAP/techne.git .publish
Cloning into '.publish'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The text was updated successfully, but these errors were encountered: