Skip to content

Conversation

toddhainsworth
Copy link
Member

This allows projects with NPM dependencies that are bought in via Git SSH to be installable.

Essentially a Node-ification of https://github.com/aligent/serverless-deploy-pipe/blob/main/pipe/pipe.py#L65

This allows projects with NPM dependencies that are bought in via Git
SSH to be installable.
@tvhees
Copy link
Collaborator

tvhees commented Apr 9, 2025

Looks ok to me but definitely want a DevOps approval on this one.

lib/ssh.ts Outdated
console.error(
'Failed to update SSH configuration, check that SSH key configuration in Pipelines is valid. \n Check Pipelines -> SSH Keys.'
);
throw e;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just gracefully continue here? We don't need SSH keys to deploy, it's only needed if installing packages via ssh

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good point 😅

@toddhainsworth toddhainsworth merged commit 7c08ee6 into main Apr 10, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

3 participants