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
When pushing a new commit to github, and having circleCI deploy that to pantheon, i am getting a timeout error, where i wasnt getting any errors yesterday. as far as i can tell nothing has changed between yesterday and today, just updated a random php template file and suddenly it always fails to deploy, even if i roll back that commit.
i have no idea what changed, as ive never needed a password before as far as i can tell. any help would be greatly appreciated
also the pantheon dev site is in git mode, and the domain is all correct in the push variables
here is the output of the deploy script after running terminus build:env:push
Switched to a new branch 'master'
M .gitignore
D web/app/uploads/.gitignore
D web/app/uploads/.gitkeep
[notice] Running git -C /home/circleci/bedrock add --force -A .
[notice] Running git -C /home/circleci/bedrock commit -q -m 'Build assets for dev.'
[notice] Running git -C /home/circleci/bedrock push --force -q pantheon master
codeserver.dev.{{REDACTED-Domain}}@codeserver.dev.{{REDACTED-Domain}}.drush.in's password:
Too long with no output (exceeded 10m0s): context deadline exceeded```
The text was updated successfully, but these errors were encountered:
@Sk8rSeth Perhaps your ssh key expired, or was revoked. If you build your site with terminus build:project:create, try terminus build:project:repair and see if that fixes it. Otherwise, make a new ssh key. Add the private key to CircleCI, and the public key to Pantheon. That should get your build working again.
When pushing a new commit to github, and having circleCI deploy that to pantheon, i am getting a timeout error, where i wasnt getting any errors yesterday. as far as i can tell nothing has changed between yesterday and today, just updated a random php template file and suddenly it always fails to deploy, even if i roll back that commit.
i have no idea what changed, as ive never needed a password before as far as i can tell. any help would be greatly appreciated
also the pantheon dev site is in git mode, and the domain is all correct in the push variables
here is the output of the deploy script after running
terminus build:env:push
The text was updated successfully, but these errors were encountered: