Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudden issue running terminus build:env:push from circleCI #477

Open
Sk8rSeth opened this issue Apr 12, 2023 · 2 comments
Open

sudden issue running terminus build:env:push from circleCI #477

Sk8rSeth opened this issue Apr 12, 2023 · 2 comments

Comments

@Sk8rSeth
Copy link

Sk8rSeth commented Apr 12, 2023

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```
@Sk8rSeth
Copy link
Author

here is that same section of output from the last successful deploy from circleCI yesterday;

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
 [notice] Workflow 'Sync code on dev' running.
 [notice] Workflow 'Sync code on dev' running.
 [notice] Workflow 'Sync code on dev' running.
 [notice] Workflow 'Sync code on dev' running.
 [notice] Workflow 'Sync code on dev' succeeded.
 [notice] Workflow succeeded```

@greg-1-anderson
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants