This repository was archived by the owner on Jul 4, 2024. It is now read-only.
This repository was archived by the owner on Jul 4, 2024. It is now read-only.
update instead of install on composer deployments #294
I am using Gandi Simple Hosting deployment system for Composer.
Each time I deploy (using
ssh $GIT_URL 'deploy {repository}.git'), it is running a kind ofcomposer installinstead ofcomposer update, which takes a lot of time and is, in most of cases, not the best action to deploy.How can I set
updateinstead?