terminal42 / contao-build-tools

This is an experimental repository to ease configuration of Deployer for terminal42 Contao websites.
3 stars 0 forks source link

Allow to set a custom composer path #2

Closed qzminski closed 11 months ago

qzminski commented 11 months ago

Use case: use the Composer installed on the server instead of a custom installed instance.

Toflar commented 11 months ago

Why do you need that?

qzminski commented 11 months ago

I already have the Composer installed on the server. Also, if I would deploy to a few different places on the same server, with a shared Composer it would have the shared cache, contrary to the individual Composer file for each setup (I assume).

aschempp commented 10 months ago

The cache is on the SSH user, not on the composer file. So that shouldn't make a difference.