-
I would like to know how you would get a custom composer We have a few private composer packages we need to include in our projects, and either need a deployment key or some other form of ssh keys. It's OK if we limit this to development only, because during CI/CD builds we use a form of ENV keys to specify the deployment keys. But this doesn't work during development, since each developer uses their own key. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
See my article about this topic: https://dunglas.dev/2022/08/securely-access-private-git-repositories-and-composer-packages-in-docker-builds/ |
Beta Was this translation helpful? Give feedback.
See my article about this topic: https://dunglas.dev/2022/08/securely-access-private-git-repositories-and-composer-packages-in-docker-builds/